View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Black9Medic Black9Medic is offline
external usenet poster
 
Posts: 4
Default If statement combining average

Hi,

I am creating an efficiency report and I am stuck on a problem. I am
getting a false statement when all the cells have no information in it when I
actually need that cell to remain blank when there is nothing to report.

Here is the formula I am using: =IF(COUNT(A39:C39),AVERAGE(A39:C39))
--
B9M