Combining (if and) with an IFERROR
I am trying to combine two statements. The original IFERROR statement works fine. I want to evaluate my duration column (milestones) and if duration is 0, then I want to simply evaluate baseline date - start date and put a specific value in the cell.
=IF(AND(Duration@row = 0, [Schedule Delta (Working Days)]@row = >1)), 0.2, (IFERROR([Schedule Delta (Working Days)]@row / Duration@row, ""))
Answers
-
I think you may have one too many ) in this spot.. " >1)), 0.2, " Try removing one of them and see if that helps.
Here is a sample from the help site:
=IF(AND([Units Sold]3> 50, [In Stock?]3 = 1), "In Stock", "Requires Restock")
-
Thank you. I did have one too many. I also don't think it liked the = and > being separated by a space. I just got rid of the = in the formula and modified it to 0. It is working now. Many thanks.
-
No prob,
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!