Sign in to join the conversation:
For RYG indicators I am using the same formula for all rows in my sheet but as you can see from my screenshot some rows have different results. Dates are the same, status and % complete are the same. How is it possible to have different results?
IF statements stop at the 1st correct answer which is probably throwing off your results. I rearranged one of the conditions.. try this and see if its closer.
=IF(Status@row = "Complete", "Green", IF([Start Date]@row > TODAY(), "Gray", IF(AND([% Complete]@row <1, [End Date]@row < TODAY()), "Red", "Yellow")
I figured it out, they all referenced row 77 but 1 referenced row 76.
What I haven't understood is why my [square] brackets keep disappearing.
Try removing specific cell references by replacing with @row instead. It will speed up your sheets and makes your formulas more efficient.
[ ] brackets are only needed when a column name has a space in it. Otherwise, they aren't necessary and will fall off.
Hi everyone! I need to set up an automation that is triggered within a set number of days before the date listed in a date field. I need the automation to send an alert email to a new hire at most 7 days before the start date. I know I can set the automation to send 1 week before the start date, but if the new hire's…
I’ve started building a form in Smartsheet using the Smartsheet Form Builder, and the responses are successfully populating my sheet. The challenge I’m running into is creating conditional logic within the form to narrow down selections. For example, if a user selects a state (such as Florida), I’d like the next question…
When I publish the calendar view, not all my tasks are showing up. I have all filters off. In my regular view on the sheet, the tasks are there.