Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Is there a way of not displaying 'Div0!' in a cell?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default Is there a way of not displaying 'Div0!' in a cell?

Maybe one way:

=if(iserror(<your formua),"",<your formula again)

Regards,
Paul

--

"Rani" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Is there a way of not displaying 'Div0!' in a cell?

On Mon, 6 Aug 2007 09:50:05 -0700, Rani wrote:

There are many ways. To interpret literally what you write, one would use
Conditional Formatting


Select the cells that contain the error value.
On the Format menu, click Conditional Formatting.
In the box on the left, click Formula Is.

In the box on the right, type =ISERROR(reference), where reference is a
reference to the cell that contains the error value.
Click Format, and then click the Font tab.

Click Format.
In the Color box, select white (or whatever color matches the cell background).


Of course, that formula will hide every error.

If you just want to hide DIV/0 errors, try this formula instead:

=2=ERROR.TYPE(reference)
--ron
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 947
Default Is there a way of not displaying 'Div0!' in a cell?

In Excel 2007, perhaps:

=IFERROR(3.14/A1,"")

Returns blank if A1 evaluates to zero.

--
Dana DeLouis
Windows XP & Excel 2007


"Rani" wrote in message
...



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Is there a way of not displaying 'Div0!' in a cell?

But of course that doesn't distinguish between #DIV/0! and other forms of
error.
It is usually safer to use a formula such as =IF(A1=0,"",3.14/A1).
--
David Biddulph

"Dana DeLouis" wrote in message
...
In Excel 2007, perhaps:

=IFERROR(3.14/A1,"")

Returns blank if A1 evaluates to zero.


"Rani" wrote in message
...



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
IRR & #DIV0! David Excel Worksheet Functions 4 January 23rd 07 05:13 PM
I WANT TO HIDE THIS #DIV0! HERNAN Excel Discussion (Misc queries) 9 July 26th 06 07:28 PM
A formula for displaying the cell reference of the selected cell Emlou85 via OfficeKB.com Excel Discussion (Misc queries) 3 March 19th 06 03:54 PM
#DIV0/! issues Brento Excel Discussion (Misc queries) 2 February 2nd 06 07:52 AM
Excel - IF Formula and #DIV0! Newsgal Excel Worksheet Functions 2 May 25th 05 01:05 PM


All times are GMT +1. The time now is 05:08 AM.

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

About Us

"It's about Microsoft Excel"