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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives