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.
Has anyone found a workaround for sharing Smartsheet reports externally without giving access to internal data? I currently have to download the data and transfer it onto excel to create a pivot table for our client and I want to find an easier way to do so. I also already create a dashboard for our client, but I wanted…
Hello team! Hope you all are having a wonderful holiday season. I am trying to set up an automation that will send an email reminder one time when Next Update Date = 60 days, then another automation at 30d, etc. The key is I only want it to send the reminder one time when Next Update threshold is reached. Is this possible?…
I have an automation setup to escalate to managers when a step goes beyond 2 days. I have that titled as Escalation for Purchasing, Escalation for Planning, etc. In my trial run, 3 out of 6 showed up as Reminder: New part number request log ( this is the name of the sheet) The only thing we could see was that the ones that…