Mutiple If Statements
I have looked through this thread and can't figure out what I am doing wrong...
In quiz results, for scoring, I want column 1A to flip the numbers of Column 1.
1=5, 2=4, 3=3, 4=2, 5=1
=IF([1]@row = 1, 5, IF([1]@row = 3, 3), IF([1]@row = 2, 4), IF([1]@row = 4, 2), IF[1]@row = 5, 1)
How do I get this to work?
Best Answer
-
Its your closed parenthesis that is causing the issue, @Neree Jackson
Give this a try:
=IF([1]@row = 1, 5, IF([1]@row = 2, 4, IF([1]@row = 3, 3, IF([1]@row = 4, 2, IF([1]@row = 5, 1)))))
Answers
-
Its your closed parenthesis that is causing the issue, @Neree Jackson
Give this a try:
=IF([1]@row = 1, 5, IF([1]@row = 2, 4, IF([1]@row = 3, 3, IF([1]@row = 4, 2, IF([1]@row = 5, 1)))))
-
Oh gosh - thank you so much... I am so envious of everyone who can just fix and figure out things so quickly!
-
Keep at it, @ned.cahill@Neree Jackson . You'll get there!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!