Nested Multiple IF
Shawn O'Banion
✭✭✭✭
I have a formula I am trying to work out using multiple dropdown menu options that add different formula instances. I am trying to use multiple IF statements, but I am getting an unparsable error.
Here is the formula, the dropdowns are 4 options LVL2 RBH, LVL2 OOH, LVL4 RBH, and LVL4 OOH.
Note - IF I use only the first IF statement as a formula it works, it's when I add the second IF that it creates the error.
=IF(([Tech Level]26 = "LVL2 RBH", ([Tech Days]26 * 380) + Expenses26), IF([Tech Level]26 = "LVL2 OOH", ([Tech Days]26 * 400) + Expenses26))
Tags:
Comments
-
Hi Shaun,
You've got a double bracket at the beginning of your first IF statement. Remove that and you should be good.
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!