Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Nested Formula
How can I implement an IF/AND/OR formula to calculate the desired output?
For example: if an item type=ROM Estimate AND accuracy>50% OR <-30% then YES, NO. OR if item type=Budget Estimate AND accuracy>30% or <15% then YES, NO OR item type=Definitive estimate AND accuracy >15% OR <-5% then YES, NO
Any help would be appreciated!
Comments
-
You pretty much want to set it up just as described with a little bit of a mod. I think this would work:
=IF(AND([Type]1="ROM Estimate",OR([Accuracy]1 > .5,[Accuracy]1 < -.3)), "YES", IF(AND([Type]1 = "Budget Estimate", OR([Accuracy]1 > .3, [Accuracy]1 < .15)), "YES", IF(AND([Type]1 = "Definitive estimate",OR([Accuracy]1 > .15,[Accuracy]1 < -.05)), "YES", "NO")))
I think I got all the commas and parens in the right places.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives