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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -