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)))
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)))
-
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)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!