#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default #DIV/0! errors

I am attempting to do an AVG function w/ the following formulas. And every
time I do it gives me the #DIV/0! error message. None of these are blank nor
do they have zero totals so I'm not sure why I keep getting the message. Do I
have the IF formulas entered incorrectly????

=IF(B7=99%,"5",IF(B795%,"4",IF(B790%,"3",IF(B7 85%,"2","1"))))

=IF(B9=0,"3",IF(B9=1,"2",IF(B9=2,"1")))

I have 4 of these I need to AVG. I would do a simple add/4 feature but some
are for months that haven't occured yet and I can't have 0 totals. So I need
to do AVG so the fields will be left blank or else it will mess up my YTD
avg. Hope this wasn't confusing.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default #DIV/0! errors

Erin,

Try remove the quotes from your numbers. By using quotes, you are forcing
them to be text instead of numbers.

=IF(B7=99%,5,IF(B795%,4,IF(B790%,3,IF(B785%,2, 1))))

=IF(B9=0,3,IF(B9=1,2,IF(B9=2,1)))

Does that help?
Paul
--

"Erin Leva" wrote in message
...
I am attempting to do an AVG function w/ the following formulas. And every
time I do it gives me the #DIV/0! error message. None of these are blank
nor
do they have zero totals so I'm not sure why I keep getting the message.
Do I
have the IF formulas entered incorrectly????

=IF(B7=99%,"5",IF(B795%,"4",IF(B790%,"3",IF(B7 85%,"2","1"))))

=IF(B9=0,"3",IF(B9=1,"2",IF(B9=2,"1")))

I have 4 of these I need to AVG. I would do a simple add/4 feature but
some
are for months that haven't occured yet and I can't have 0 totals. So I
need
to do AVG so the fields will be left blank or else it will mess up my YTD
avg. Hope this wasn't confusing.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default #DIV/0! errors

You haven't produced any numbers as results of your IF functions. You have
surrounded the figures with quote marks, which makes them text strings,
which evaluate to zero.
--
David Biddulph

"Erin Leva" wrote in message
...
I am attempting to do an AVG function w/ the following formulas. And every
time I do it gives me the #DIV/0! error message. None of these are blank
nor
do they have zero totals so I'm not sure why I keep getting the message.
Do I
have the IF formulas entered incorrectly????

=IF(B7=99%,"5",IF(B795%,"4",IF(B790%,"3",IF(B7 85%,"2","1"))))

=IF(B9=0,"3",IF(B9=1,"2",IF(B9=2,"1")))

I have 4 of these I need to AVG. I would do a simple add/4 feature but
some
are for months that haven't occured yet and I can't have 0 totals. So I
need
to do AVG so the fields will be left blank or else it will mess up my YTD
avg. Hope this wasn't confusing.



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
VALUE Errors nastech Excel Discussion (Misc queries) 1 October 10th 07 09:28 AM
Excel Throwing Circular Errors When No Errors Exist MDW Excel Worksheet Functions 1 August 10th 06 02:15 PM
#DIV/0! Errors Cindy Excel Worksheet Functions 5 March 30th 06 05:27 PM
IIf and value-errors Ian Excel Discussion (Misc queries) 9 February 6th 06 01:13 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM


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

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"