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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!