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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!