Multi Step IF Formula
I need an IF formula that has 4 stages. If Pre-Move out Grade = A then look at Move Out Day date and add 7, If Pre-Move out Grade = B then look at Move Out Day date and add 14, if Pre-Move out Grade = C then look at Move Out Day date and add 21, if Pre-Move out Grade is blank be blank. Is this possible? I added a screenshot.
Best Answer
-
My apologies. I missed a couple of "@row"s. Try this one.
=IF([Pre-Move out Grade]@row <> "", [Move Out Day]@row + IF([Pre-Move out Grade]@row = "A", 7, IF([Pre-Move out Grade]@row = "B", 14, 21)))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Try this...
=IF([Pre-Move out Grade]@row <> "", [Move Out Day]@row + IF([Pre-Move out Grade] = "A", 7, IF([Pre-Move out Grade] = "B", 14, 21)))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
The formula comes back as #unparseable. hmmm
-
My apologies. I missed a couple of "@row"s. Try this one.
=IF([Pre-Move out Grade]@row <> "", [Move Out Day]@row + IF([Pre-Move out Grade]@row = "A", 7, IF([Pre-Move out Grade]@row = "B", 14, 21)))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!