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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives