LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Div/0 error

"Vic Abrahamian" wrote in message
...
The problemis some columns in the same worksheet work and some dont'. Some
calculate and some don't update and don't work


Hi Vic,

Check the input cells for the formulas that don't update and make sure
they are not formatted as text. The Format Cells Number tab will have
the Text entry selected if this is the case.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"Vic Abrahamian" wrote in message
...
The problemis some columns in the same worksheet work and some dont'. Some
calculate and some don't update and don't work

"Rob Bovey" wrote:

Hi Vic,

It sounds like you may not have your workbook set to calculate
automatically. If you're using Excel 2003 or earlier, choose Tools
Options
Calculation from the Excel menu. Make sure the Automatic option in the

upper left corner is selected, then click OK and save your workbook.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"Vic Abrahamian" wrote in
message
...
Than you when I change the 1 to 100% it shows a 100% as the result,
but if I change cell A1 to $5 instead of $0
The result still stays 100%
It doesn't change to the real result

"Rob Bovey" wrote:

Hi Vic,

Here's one way:

=IF(A1=0,1,(A1-A2)/ABS(A1))

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"Vic Abrahamian" wrote in
message
...
Hi,
When I use the following formula
=(a1-a2)/ABS(a1)
Any time A1=0, I receive a devide by 0 error.
How can I change the formula to show 100% instead?
Thank you








 
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
run time error 1004 general odbc error excel 2003 vba Mentos Excel Programming 5 January 24th 11 02:56 PM
Error Handling - On Error GoTo doesn't trap error successfully David Excel Programming 9 February 16th 06 05:59 PM
Form Err.Raise error not trapped by entry procedure error handler [email protected] Excel Programming 1 February 8th 06 10:19 AM
Automation Error, Unknown Error. Error value - 440 Neo[_2_] Excel Programming 0 May 29th 04 05:26 AM


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