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
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!