View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Excel - calculating a percentage

=COUNTIF(A3:A30,"Pass")/COUNTA(A3:A30)


Gord Dibben MS Excel MVP


On Tue, 5 Dec 2006 08:37:00 -0800, BigG wrote:

Hi All,

I have a slight problem which I can not workout and I would be grateful fo
any help.

I have a spreadsheet with a column which contains either Pass or Fail. What
I would like to do is enter a formula at the end of the column that would
count the number of passess and taking into consideration the total number of
cells in the column convert the total number of passes into a percentage.

Any help would be apprecaited

Big G