Please help!if certain cells are blank, return to specific answer
If only Financial Risk is filled out AP status should be "1 star"
If GPS Recommendation are filled out AP status should also be “3 points”
If all 3 successor columns are filled out the AP status should be "5 Star"
Thanks a lot.
Best Answer
-
Hi Cong,
Try something like this.
- This formula will show as blank if all cells are empty
- One star if the first column isn't blank
- Three stars if the first and second columns isn't blank
- Five stars if all three columns isn't blank
=IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)); NOT(ISBLANK([GPS Recommendation]@row)); NOT(ISBLANK([Supplier Add]@row))); "Five"; IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)); NOT(ISBLANK([GPS Recommendation]@row))); "Three"; IF(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)); "One")))
The same version but with the below changes for your and others convenience.
=IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)), NOT(ISBLANK([GPS Recommendation]@row)), NOT(ISBLANK([Supplier Add]@row))), "Five", IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)), NOT(ISBLANK([GPS Recommendation]@row))), "Three", IF(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)), "One")))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it 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.
Answers
-
Hi Cong,
Try something like this.
- This formula will show as blank if all cells are empty
- One star if the first column isn't blank
- Three stars if the first and second columns isn't blank
- Five stars if all three columns isn't blank
=IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)); NOT(ISBLANK([GPS Recommendation]@row)); NOT(ISBLANK([Supplier Add]@row))); "Five"; IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)); NOT(ISBLANK([GPS Recommendation]@row))); "Three"; IF(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)); "One")))
The same version but with the below changes for your and others convenience.
=IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)), NOT(ISBLANK([GPS Recommendation]@row)), NOT(ISBLANK([Supplier Add]@row))), "Five", IF(AND(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)), NOT(ISBLANK([GPS Recommendation]@row))), "Three", IF(NOT(ISBLANK([Financial Risk (Link to Finding in Box)]@row)), "One")))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it 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.
-
Thanks a lot!
-
Happy to help!
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.
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!