string - count cells quantity with a special contained word and calculate the percentage -


how can count cells quantity special contained word , calculate percentage in excel?

for example have survey database product. feedbacks "good, not bad, bad".

i want count quantity of each type of feedbacks , calculate percentages , draw diagram of that.

this should achievable countif. https://support.office.com/en-us/article/countif-function-e0de10c6-f885-4e71-abb4-1f464816df34

enter image description here

formulas:

e1

=sum($e$2:$e$10000) 

e2 downwards needed:

=countif($b:$b,$d2) 

f1 downwards needed:

=$e1/$e$1 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -