Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
tom tom is offline
external usenet poster
 
Posts: 570
Default how do I average a range which also contains empty cells

I am attempting to average a column of numbers; however, some cells in the
column are blank. Is there any means of using the average formula that will
calculate the correct average to that will also incorporate the empty cells?

Tom
Pensacola, FL
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default how do I average a range which also contains empty cells

The AVERAGE function does not get upset by empty cells.
--
David Biddulph

Tom wrote:
I am attempting to average a column of numbers; however, some cells
in the column are blank. Is there any means of using the average
formula that will calculate the correct average to that will also
incorporate the empty cells?

Tom
Pensacola, FL



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default how do I average a range which also contains empty cells

Tom,

=SUM(A1:A10)/10

Mike

"Tom" wrote:

I am attempting to average a column of numbers; however, some cells in the
column are blank. Is there any means of using the average formula that will
calculate the correct average to that will also incorporate the empty cells?

Tom
Pensacola, FL

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how do I average a range which also contains empty cells

To include empty cells and assign them a value of 0:

=SUM(A1:A10)/ROWS(A1:A10)

--
Biff
Microsoft Excel MVP


"Tom" wrote in message
...
I am attempting to average a column of numbers; however, some cells in the
column are blank. Is there any means of using the average formula that
will
calculate the correct average to that will also incorporate the empty
cells?

Tom
Pensacola, FL



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
delete all empty cells in a range Gary Excel Worksheet Functions 2 February 8th 07 09:09 PM
average formula ingoring empty cells jenparker1234 Excel Worksheet Functions 3 July 12th 06 04:42 AM
Checking for empty cells in a range Chris Strug Excel Worksheet Functions 2 June 20th 05 10:33 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
sum next two non-empty cells in a range Spencer Hutton Excel Worksheet Functions 1 January 9th 05 11:29 PM


All times are GMT +1. The time now is 05:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"