Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default how do I hide a calulation error in cells/table #div/0!

The calulation is to have data entered at a later date but with no data on
the cell to be divided the answer cell show #div/0! But I want this left
blank, not showing the error.
I can change one at a time but not all at once.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default how do I hide a calulation error in cells/table #div/0!

If your formula is =A1/B1, you can avoid the divide by zero error when B1 is
empty by using =IF(B1="","",A1/B1).
If you want the result to be blank if either A1 or B1 or both is missing,
you could use =IF(OR(A1="",B1=""),"",A1/B1).
--
David Biddulph

"Dave" wrote in message
...
The calulation is to have data entered at a later date but with no data on
the cell to be divided the answer cell show #div/0! But I want this left
blank, not showing the error.
I can change one at a time but not all at once.



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
hide the #N/A error SheriTingle Excel Discussion (Misc queries) 2 October 15th 07 12:02 PM
Getpivot calulation KD Excel Worksheet Functions 1 May 25th 07 10:39 PM
Hide #div/0 Error When Averaging navychef Excel Worksheet Functions 5 December 17th 05 06:44 AM
Pivot Table - hide blank cells Kirk P. Excel Discussion (Misc queries) 1 August 18th 05 02:42 AM
Hide Pivot Table Divide by 0 error Todd Excel Worksheet Functions 2 January 6th 05 09:13 PM


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