If/Or Question
PeggyLang
✭✭✭✭✭✭
I would like RYGB column to;
- default ='Green'
- if today>[Proposed Start Date] = 'Red'
- if today => ([Proposed Start Date]-7) = 'Yellow'
- if [Actual Start] is not blank = 'Green'
I am able to default to 'Green'. I have formula for 'Red'.
I'm stuck when I try to add to my formula. The below is returning 'unparseable'. I've tried numerous things and should probably just walk away and come back later.
What am I doing wrong?
=IF(OR(TODAY()>[Proposed Start Date]@row,"Red"), IF(TODAY()=<[Proposed Start Date@row-7,"Yellow"))
Tags:
Answers
-
I think the below is what you are looking for, the basics you had, just had to change the syntax a bit
=IF(TODAY() > [Proposed Start Date]@row, "Red", IF(TODAY() >= ([Proposed Start Date]@row - 7), "Yellow", "Green"))
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives