Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default #DIV/0! error message

Would greatly appreciate it if someone could help me with this error. I am
using Excel 2003.

My formula at the moment is =SUM(C2-B2) / B2 * 100 as i have copied this
formula down the spreadsheet where there is no value in the b column cells I
get the error message #DIV/0!

I have tried the argument =IF(ISERROR(C2/B2),"",C2/B2) but i must not be
using it correctly as i then get an #value error message. Would be grateful
if someone could tell me how to alter my formula so I can get rid of #DIV/0!
message as it looks untidy and I don't want it to print out when I produce a
hard copy.

Many Thanks.

Kindest Regards
Calvina Hayes
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default #DIV/0! error message

I like to use the if function for this problem: ie
"=if(b2="","",sum(c2-b2)/b2*100)", that should fix it.

On May 5, 7:00 pm, Calvina Hayes <Calvina
wrote:
Would greatly appreciate it if someone could help me with this error. I am
using Excel 2003.

My formula at the moment is =SUM(C2-B2) / B2 * 100 as i have copied this
formula down the spreadsheet where there is no value in the b column cells I
get the error message #DIV/0!

I have tried the argument =IF(ISERROR(C2/B2),"",C2/B2) but i must not be
using it correctly as i then get an #value error message. Would be grateful
if someone could tell me how to alter my formula so I can get rid of #DIV/0!
message as it looks untidy and I don't want it to print out when I produce a
hard copy.

Many Thanks.

Kindest Regards
Calvina Hayes



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default #DIV/0! error message

Thank you for your swift reply, problem now fixed.

Have a great day.

Kind Regards
Calvina

" wrote:

I like to use the if function for this problem: ie
"=if(b2="","",sum(c2-b2)/b2*100)", that should fix it.

On May 5, 7:00 pm, Calvina Hayes <Calvina
wrote:
Would greatly appreciate it if someone could help me with this error. I am
using Excel 2003.

My formula at the moment is =SUM(C2-B2) / B2 * 100 as i have copied this
formula down the spreadsheet where there is no value in the b column cells I
get the error message #DIV/0!

I have tried the argument =IF(ISERROR(C2/B2),"",C2/B2) but i must not be
using it correctly as i then get an #value error message. Would be grateful
if someone could tell me how to alter my formula so I can get rid of #DIV/0!
message as it looks untidy and I don't want it to print out when I produce a
hard copy.

Many Thanks.

Kindest Regards
Calvina Hayes




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default #DIV/0! error message

=IF(OR(B2="",B2=0),"",(C2-B2)/B2*100


"Calvina Hayes" wrote:

Would greatly appreciate it if someone could help me with this error. I am
using Excel 2003.

My formula at the moment is =SUM(C2-B2) / B2 * 100 as i have copied this
formula down the spreadsheet where there is no value in the b column cells I
get the error message #DIV/0!

I have tried the argument =IF(ISERROR(C2/B2),"",C2/B2) but i must not be
using it correctly as i then get an #value error message. Would be grateful
if someone could tell me how to alter my formula so I can get rid of #DIV/0!
message as it looks untidy and I don't want it to print out when I produce a
hard copy.

Many Thanks.

Kindest Regards
Calvina Hayes

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default #DIV/0! error message

Thank you very much for your quick reply, this fixed the problem.

Have a great day

Kind Regards
Calvina

"Teethless mama" wrote:

=IF(OR(B2="",B2=0),"",(C2-B2)/B2*100


"Calvina Hayes" wrote:

Would greatly appreciate it if someone could help me with this error. I am
using Excel 2003.

My formula at the moment is =SUM(C2-B2) / B2 * 100 as i have copied this
formula down the spreadsheet where there is no value in the b column cells I
get the error message #DIV/0!

I have tried the argument =IF(ISERROR(C2/B2),"",C2/B2) but i must not be
using it correctly as i then get an #value error message. Would be grateful
if someone could tell me how to alter my formula so I can get rid of #DIV/0!
message as it looks untidy and I don't want it to print out when I produce a
hard copy.

Many Thanks.

Kindest Regards
Calvina Hayes



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
Error Message Box Daviv Excel Discussion (Misc queries) 1 January 25th 07 07:03 PM
VBA Error Message "Compile Error...." Steve Excel Discussion (Misc queries) 3 July 15th 05 09:20 AM
changing the message in an error message The Villages DA Excel Worksheet Functions 2 February 18th 05 05:30 PM
Help with error message - please! Pat Excel Worksheet Functions 4 January 29th 05 10:16 AM
How do I get rid of "Compile error in hidden module" error message David Excel Discussion (Misc queries) 4 January 21st 05 11:39 PM


All times are GMT +1. The time now is 12:20 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"