percentage

  • Thread starter Thread starter aned koebsch
  • Start date Start date
how can I calculate the percentage of cells that have a certain
characteristic? EI, % of cells fro A1:A45 that have the word ontime?

=countif(A1:A45,"*ontime*")/counta(a1:a45)

formatted as Percentage
 
=COUNTIF(A1:A45,"ontime")/COUNTA(A1:A45)

Format as percent.


Gord Dibben MS Excel MVP
 
Back
Top