View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Carelle Carelle is offline
external usenet poster
 
Posts: 6
Default Averaging a row & dividing by only the qty. of cells with a va

Yes - thanks. I had a typo and was getting an error.

"Ron Coderre" wrote:

Have you tried this?:
=AVERAGE(A1:A5)

The AVERAGE function disregards blanks and text.....

Does that help?
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)

"Carelle" wrote in message ...
I have a row of five cells - not all cells will be filled in. I need a
formula that will count only the cells that have a value and give me an
average of that number then multiply that average with another cell.

Ex: Cells A1, A3 have values. The formula should add A1:A5 but only divide
by 2 (number of cells with value).

If the total of A1 and A3 is divided by 5, my average will be diluted.

Thanks,
Carelle