Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
IF Formula Help
I'm terrible with formulas! What would my formula look like to do the following:
I have a listing of open action items, each with an attached target due date. I need the RYG overall project status balls to update automatically. Green if no action items are past due, according to the target date column. Yellow if one action item in the target date column is past due. Red if more than two action items in the target date column are past due.
Please help!!
Comments
-
The following example will get you what you need. We start first defining the "Red" criteria, if that criteria isn't met, we check the "Yellow" criteria, and when both defined criteria aren't met we then set "Green".
=IF(COUNTIF(Date:Date, >[Due Date]1) > 1, "Red", IF(COUNTIF(Date:Date, >[Due Date]1) = 1, "Yellow", "Green"))
Hope this helps!
-
Thanks Andrew . . . formulas get me every time.
I still can't get this to work. What do I want to put in for date and due date areas??
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives