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 had an issue where collaborators have lost their editor access to a worksheet? If so, how was it corrected? I have tried removing and resetting, clearing history cache, ensuring Publish:Read Only is OFF, etc. I could rteally use some help.
Like the title says. I wanted to send an email to all shared users of a sheet. I checked the box for 'cc myself' and it cc'd me on each individual email it sent to each user. I received hundreds of emails in seconds all with the same subject.
One of my team member is facing a repititive bug while entering comments on Smartsheet tracker. He has full permission on the tracker and doesnt have any internet or version issues. He is faccing this Smartsheet bug for some time where the comments are created after long set of empty pages and its hard to know how many…