if and formula help required
Hi there,
i have the following formula that i cant get to work. basically, i am raising a flag if a job is at one of multiple defined stages and withing a specific timeframe. its the multiple stages bit that i am stuck with.
current formula as follows
=IF(AND($[Cust Requested Date]$1 + $[Column54]$9 > [Cust Requested Date]30, Stage= "Acceptance" OR "Client Meet"), 1, 0)
Regards
Blair
Comments
-
Hi Blair,
Looks like you need a specific cell reference for "Stage" as well as an OR function in your formula. Here's an example of what this might look like:
=IF(AND($[Cust Requested Date]$1 + $[Column54]$9 > [Cust Requested Date]30, OR(Stage1= "Acceptance", Stage1= "Client Meet")), 1)
You also don't need the 0 at the end.
Edit the "Stage" cell reference to make sure that it references the desired cell in your sheet.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!