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
formulas:
e1
=sum($e$2:$e$10000)
e2
downwards needed:
=countif($b:$b,$d2)
f1
downwards needed:
=$e1/$e$1
Comments
Post a Comment