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
- 62.1K Get Help
- 349 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!