In Final quality Score I need to return the Value where Yes is 0.5 and NO is 0 and I need total
Best Answer
-
Could you count the number of "YES"es and multiply by 0.5?
The COUNTIF function will count the number of cells that equal "YES", like this:
=COUNTIF([Confident Objection Handling]@row:[Follow Ups (Generating potential leads)]@row,"YES")
Then you can add *0.5 to the end
=COUNTIF([Confident Objection Handling]@row:[Follow Ups (Generating potential leads)]@row,"YES")*0.5
Answers
-
Could you count the number of "YES"es and multiply by 0.5?
The COUNTIF function will count the number of cells that equal "YES", like this:
=COUNTIF([Confident Objection Handling]@row:[Follow Ups (Generating potential leads)]@row,"YES")
Then you can add *0.5 to the end
=COUNTIF([Confident Objection Handling]@row:[Follow Ups (Generating potential leads)]@row,"YES")*0.5
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!