IF/AND/BLANK Formula Logic
I'm trying to write a formula to reflect a progress % (using the bar symbol) based on three fields, where one field, if filled in, counts as 25%, the second field, if filled in, counts as 25%, and the third field, if filled in, counts as 50% (to equate to 100%). I'm using =IF(AND(NOT(ISBLANK, but I'm receiving errors. I may be overcomplicating this. I assume the fields I'm using are unnecessary to include in this question, but I can certainly do so if that helps!
Best Answers
-
You da man, @Paul Newcome! That works perfectly. Thank you!!!
-
Happy to help. 👍️
Answers
-
Are you able to provide some screenshots for context?
-
@Paul Newcome Yes! Thank you for responding. I've attached a screenshot. The LTC Progress is the column I want the formula to be in. I want to show that when LTC Intro Meeting Completed is filled in, the progress bar shows 25% full. If Both LTC Intro Meeting Completed AND LTC SME Meeting Completed are filled in, the progress bar shows 50%. And if LTC Intro Meeting Completed, LTC SME Meeting Completed, and LTC Quote/Proposal Issued are filled in, the progress bar shows 100%.
-
Try this:
=IF([LTC Quote / Proposal Issued]@row <> "", "Full", IF([LTC SME Meeting Completed]@row <> "", "Half", IF([LTC Intro Meeting Completed]@row <> "", "Quarter", "")))
The above is assuming they are filled in in that same order every time.
-
You da man, @Paul Newcome! That works perfectly. Thank you!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!