I think this IF Then formula.....but need help
I want to set up a formula in the Bonus column. Currently there is a drop down selection for "Global Level". The individual can select 1 option out of 7. GL4, GL5, GL6, GL7... Once its selected, I want a formula in the bonus column that is...."If Global Level is GL4, then 2.5%, if GL 5 then 5%, if GL 6, then 7.5%, etc. etc. etc.....How do I set up this "nesting" type formula. My current one is not working.
Best Answer
-
Try this:
=IF([Global Level]@row = "GL4", 0.025, IF([Global Level]@row = "GL5", 0.05, IF([Global Level]@row = "GL6", 0.075, IF([Global Level]@row = "GL7", 0.1, IF([Global Level]@row = "GL8", 0.125, IF([Global Level]@row = "GL9", 0.15, IF([Global Level]@row = "GL10", 0.175, "")))))))
Answers
-
Try this:
=IF([Global Level]@row = "GL4", 0.025, IF([Global Level]@row = "GL5", 0.05, IF([Global Level]@row = "GL6", 0.075, IF([Global Level]@row = "GL7", 0.1, IF([Global Level]@row = "GL8", 0.125, IF([Global Level]@row = "GL9", 0.15, IF([Global Level]@row = "GL10", 0.175, "")))))))
-
Thanks for the quick response and it worked! I had the formula correct but I messed up the "" and )))))))) at the end...so thank you so much! Huge help and reduced my headache. :) THANK YOU!!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!