View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default trying to make a formula for percent if greater than a value


Try this. If you always no that you will be evaluating 4 cells then for
the percent of cells what are greater than zero.

=COUNT(A1,A3,A6,A8)/4


You can still use the AVERAGE and IF functions as shown in my first
post to get the average of the values provided that cells A2, A4, A5 &
A7 will not contain numeric values.


HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=499913