A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#DIV/O error



 
 
Thread Tools Display Modes
  #1  
Old March 29th, 2004, 11:36 PM
Karen
external usenet poster
 
Posts: n/a
Default #DIV/O error

I have a workbook with several indiv. sheets totalling to
one sheet for a dept. total. Columns are set up in weeks
with a monthly total column as well. I would like to get
a running average of data in the monthly total column but
keep getting #DIV/0 since not all weeks are complete on
sheet. Is there any way around this? I'm using a simple
average calc. : =AVERAGE(C12:G12) HELP!
  #2  
Old March 29th, 2004, 11:43 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default #DIV/O error

Hi
try
=IF(COUNTA(C12:G12)0,AVERAGE(C12:G12),"")

--
Regards
Frank Kabel
Frankfurt, Germany


Karen wrote:
I have a workbook with several indiv. sheets totalling to
one sheet for a dept. total. Columns are set up in weeks
with a monthly total column as well. I would like to get
a running average of data in the monthly total column but
keep getting #DIV/0 since not all weeks are complete on
sheet. Is there any way around this? I'm using a simple
average calc. : =AVERAGE(C12:G12) HELP!

  #3  
Old March 30th, 2004, 12:28 AM
external usenet poster
 
Posts: n/a
Default #DIV/O error

Thanks for your help, it didn't work though. I'll keep
racking my brain! In the formula below can you explain
how the program looks at ""? Is it considered 0 or
blank? Number or text?
-----Original Message-----
Hi
try
=IF(COUNTA(C12:G12)0,AVERAGE(C12:G12),"")

--
Regards
Frank Kabel
Frankfurt, Germany


Karen wrote:
I have a workbook with several indiv. sheets totalling

to
one sheet for a dept. total. Columns are set up in

weeks
with a monthly total column as well. I would like to

get
a running average of data in the monthly total column

but
keep getting #DIV/0 since not all weeks are complete on
sheet. Is there any way around this? I'm using a

simple
average calc. : =AVERAGE(C12:G12) HELP!

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:09 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.