Looking for Nested IF formula support, unless that's the wrong formula set...
Looking to get specific terms to auto-populate the "Production Status" column, based on where the current Actual production line up is done to.
For example, if a date is entered (manually) for Capping Actual, then Production Status would say "Capped". If IVT/ Uncapped Actual had the last date it would say "IVT" for Production Status, etc. I can get the formula to work for ONE date, but not all strung together. I am working the formula from right to left, so I catch the most recent completion step (LNP is the next step AFTER Capping)... So I want LNP Actual, Capping Actual, IVT/ Uncapped Actual, LP Actual, Construct Actual then "Pending".
Above is what is in there, right now... I was thinking maybe it was failing because it needs an- if nothing do this...hence "Pending".
HELP!
Jen Lawson, PMP
Vernal Biosciences
Colchester, VT 05446
Best Answer
-
You need to get rid of the OR statements.
=IF([LNP Actual]@row <> "", "LNP", IF([Capping Actual]@row <> "", "Capped", "Pending"))
Answers
-
You need to get rid of the OR statements.
=IF([LNP Actual]@row <> "", "LNP", IF([Capping Actual]@row <> "", "Capped", "Pending"))
-
OMG, this is so perfect. I am so excited! Perfect!!!!!
Thank you very much!
Jen
Jen Lawson, PMP
Vernal Biosciences
Colchester, VT 05446
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!