Harvey Ball Formula Question
Where di I make a mistake? Current formula is below and not correctly converting Stage Progress to a three quarter Harvey ball when Last Activity Type is Final Presentation.
=IF([Last Activity Type]@row = ISBLANK([Last Activity Type]@row), "Empty", IF([Last Activity Type]@row = "Initial Presentation", "Quarter", IF([Last Activity Type]@row = "Survey", "Half", IF([Last Activity Type]@row = "Verbal Agreement", "Three Quarter", IF([Last Activity Type]@row = "Qualified Win", "Full")))))
Answers
-
Hi Adam:
It looks like the conditions for "Final Presentation" are not included in your original formula. Try using something like this:
=IF([Last Activity Type]@row = ISBLANK([Last Activity Type]@row), "Empty", IF([Last Activity Type]@row = "Initial Presentation", "Quarter", IF([Last Activity Type]@row = "Survey", "Half", IF(OR([Last Activity Type]@row = "Verbal Agreement", [Last Activity Type]@row = "Final Presentation"), "Three Quarter", IF([Last Activity Type]@row = "Qualified Win", "Full")))))
Hope this helps!
-
Saw that I had Verbal agreement in place of Final Presentation 🤦♂️
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