Sign in to join the conversation:
Hello
I would like the ball to be red if the date is in the past, yellow if the date is within the next 30 days and green if it is set to expire in more than 30 days. Help? TIA
=IFERROR(IF(Date@row < Today (), "Red", IF(Date@row > Today(30), "Green", "Yellow"))"")
This formula will provide you with a red if the date is in the past, Green if the date is greater than 30 days from today, and yellow if anything falls inbetween. I wrapped it in an IFERROR formula in case your row is missing date and then the field should appear blank with no symbol.
Hope that helps!
Just replace "Date@row" with your ColumnName@row or if your column contains a space or ends in a number [Your Column Name]@row.
Hello, I have two sheets. One is "Current tasks" and one is "Completed tasks". I have the rows (individual tasks) auto number when entered (2026-001, 2026-002, etc.). When the row is marked complete, it is moved to the "Completed task" sheet. The problem I am having is that when the row is moved the other tasks that remain…
Its very frustrating when you are adding multiple columns and having to use the slide bar to move to the end and then click the 3 dots and add another column. Seems there has to be an easier more productive way.
I'm receiving this message every time I try to open my sheets. I'm the only admin user. I have already performed proper troubleshooting, such as clearing the cache, logging in incognito, and logging out and back in, but the issue remains unresolved. It's been a few days, and I'm unable to track our projects and this…