How do I create a multiple IF statement?
I'd like to create an IF statement with multiple questions to determine how close to the next level group. If less than 25, what is the number. If more than 25, 50 - #, etc.
=IF([Sponsor Level total]@row <25, (25-[Sponsor Level total]@row, IF[Sponsor Level total]@row<50, (50-[Sponsor Level total]@row, IF[Sponsor Level total]@row<100, (100-[Sponsor Level total]@row))))
Best Answer
-
You have some misplaced parenthesis.
=IF([Sponsor Level total]@row <25, 25-[Sponsor Level total]@row, IF([Sponsor Level total]@row<50, 50-[Sponsor Level total]@row, IF([Sponsor Level total]@row<100, 100-[Sponsor Level total]@row)))
Answers
-
You have some misplaced parenthesis.
=IF([Sponsor Level total]@row <25, 25-[Sponsor Level total]@row, IF([Sponsor Level total]@row<50, 50-[Sponsor Level total]@row, IF([Sponsor Level total]@row<100, 100-[Sponsor Level total]@row)))
-
Hi there!
Are you able to elaborate on your question a little bit?
-
Thank you so much. Putting the parenthesis is the right spot worked perfectly.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 352 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!