looking for a column formula that will populate a value based on the values of two other columns
Hello,
I have a column that calculate the health color of a task (green, yellow, red, grey) using a formula and another column where the task manager manually input the color he believes is the actual health of the task. I would like to have a third column (which we will use for reporting) that will shown the value of the column manually input by the manager and if the values of that column are empty, use the values from the auto calculated column. Any simple formula that I can use on this third column? Thanks in advance.
Jose
Answers
-
Hi @Jose Tirado
I hope you're well and safe!
Not sure I follow!
Can you share some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to 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.
-
In the attached PDF, the column "health calculated" is determined by a column formula and the values on the column "health assigned" are manually input by the user. I would like for the column named "health quad" to be auto calculated by a formula that would consider first any input on the column Health assigned, if the column health assigned is empty, then just fill the value of health calculated on the column health quad. I hope this is clearer, thanks for the help.
Jose
-
=IF([Health assigned]@row <> "", [Health assigned]@row, [Health calculated]@row)
-
awesome, this worked great, thank you very much!
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!