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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!