Sign in to join the conversation:
Hello,
I am looking for a formula that will automatically change Green Status to Red Status when the date has expired?
Thank you!
You can use the below formula.
=IF([Expiration Date]@row < TODAY(), "Red", "Green")
Best Regards,
Nikhil Chawla
Just make sure that the status RYG column is locked. Any manual changes of the status column to any color will overwrite the formula. I highly recommend automating every color-way or none at all. The other drawback is if you want people to manually adjust a column in a report, formulas make those cells uneditable in the reports.
I just wanted you to be sure of the consequences!
Thank you Mike!
You're welcome!
Is there a way you can "lock" a specific filter on by default for a sheet you publish to a dashboard? I'd like to have the sheet editable from the dashboard, but I'd like it filtered to "current user" so it can act like a one-stop shop for everyone to review the reports and update the sheet at once. I have one filter on…
Hi fellow community members, Have raised a support case for this problem, but wanted to get a feel for if anyone else in the community has experienced this (or can reproduce it): Use mobile app → open a sheet → select Mobile View (using the selector at the top) → tap into a cell → select the icon that indicates you want to…
I'm dying over here! I have tried this formula countless times and #unparesable keeps populating. I am trying to calculate thew amount of days between 2 dates. My column name is Date and Date Complete. I created another Column titled Days to Complete. This is my formula. NETWORKDAYS([Date], [Date Complete], [holidays])…