Cell selection one cell over another with increasing decreasing dates and blank cells
Trying to update the below formula to work with an additional column
This was the formula i was using
= IF ([approval actual]@row <>"", [approval actual]@row, IF([approval predicted]@row <>"", [approval predicted]@row, [approval revised]@row))
With the addition of the approval column I'm not quite sure, it tried some additional If functions and or functions.
Would be interested in your ideas to resolve.
Answers
-
Hi @Mike DeLuca
I hope you're well and safe!
Try something like this.
= IF([approval actual]@row <>"", [approval actual]@row, IF([approval predicted]@row <>"", [approval predicted]@row, IF([approval revised]@row <>"", [approval revised]@row)
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi @Mike DeLuca
It looks like you just need to add in one extra IF statement at the end, where instead of defaulting to the Approval Revised we need to check if that one is "not blank" as well.
Try:
= IF([approval actual]@row <>"", [approval actual]@row, IF([approval predicted]@row <>"", [approval predicted]@row, IF([approval revised]@row <> "", [approval revised]@row, approval@row)))
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!