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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 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!