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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!