IF THEN formulas for status balls
I am trying to use an IF THEN formula to show status balls. I have a "due date" column and a completion column. If the date in the completion column is more than 7 days later than the date in the due date column, I'd like the status ball to be red. If the date in the completion column is within 7 days of or before the date in the due date column, I would the status ball to be green. Below is the formula I have tried without success.
=IF(([Laundry Completion Date]:[Laundry Completion Date]) > ([Start Date]:[Start Date]); "red"; IF(([Start Date]:[Start Date]) > 7; "green"; IF([Start Date]:[Start Date) < 7))
Comments
-
Instead of referencing the entire column in your formula, you should be referencing specific cells (and you don't need the extra set of () around the cell references either).
=IF(([Laundry Completion Date]:[Laundry Completion Date]) > ([Start Date]:[Start Date]).................................
should be
=IF([Laundry Completion Date]@row > [Start Date]@row.................................
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives