Sign in to join the conversation:
Need help with my formula why isnt it working?
What is the purpose of your plus sign? Those are good for addition problems or inside a JOIN formula.
I think you're trying to use those for an AND purpose here, though. If that's the case, try: =IF( AND( [sitting]13 = 1, [sitting]27 = 1, [sitting]56 = 1), 1, 0)
Thanks this helped....
Hello , I am looking for help to write a formula that will check a box if certain criteria are met. I have students that are signing up for a class and they need the previous class or classes as prerequisites. for example i have class 1, class 2 , class 3 and class 4. each higher number class needs to have completed the…
Hello, I am looking for formula help where I want to return the earliest date in a range for different workstreams groups on a project. The source sheet is formatted as a date field, and the formula used below is returning a 0 no matter what I do. Any suggestions? =MIN(COLLECT({Project Plan - start date}, {Project Plan…
From my research, I understand there isn't a way to keep formulas when exporting from Smartsheet into an Excel document. I have a total of 50 columns with formulas and would think there was a quicker way to grab the formulas. So far, I've appended a "!" which turns the formula into text which does export. However, I'm not…