excel - Alternative to COUNTIF or AVERAGEIF -
i'm trying work out problem constrained using countif or averageif. question follows:
how aggregate data , plot graph word count vs reply rate without using countif or average if?
if looking word count might consider words separated each other spaces. length of phrase/sentence minus length of same phrase/sentence spaces removed 1 less number of words.
=len(a1)-len(substitute(a1, " ", ""))+1 that sounds should cover first scope of assignment. have provide additional explanation of reply rate is.
Comments
Post a Comment