Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I have prepared some calculations, some where i saw the cell cointaining "#DIV/0!". i want that the cell cointain formula will see as blank, but not the "#DIV/0!". I can remove zero by toolsoptionview window option dont check on Zero value. Thank you. Harshad |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISERROR(your formula),"",your formula)
"Harshad" wrote: Hi all, I have prepared some calculations, some where i saw the cell cointaining "#DIV/0!". i want that the cell cointain formula will see as blank, but not the "#DIV/0!". I can remove zero by toolsoptionview window option dont check on Zero value. Thank you. Harshad |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Post an example of your formula that returns #DIV/0!
-- Biff Microsoft Excel MVP "Harshad" wrote in message ... Hi all, I have prepared some calculations, some where i saw the cell cointaining "#DIV/0!". i want that the cell cointain formula will see as blank, but not the "#DIV/0!". I can remove zero by toolsoptionview window option dont check on Zero value. Thank you. Harshad |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much for immediate reply.
After posting qustion, i find other posts, the same answer i got from one post. I immediatly applied to my formula and thank a lot, i got sucess. Thank you again, Harshad "EricBB" wrote: =IF(ISERROR(your formula),"",your formula) "Harshad" wrote: Hi all, I have prepared some calculations, some where i saw the cell cointaining "#DIV/0!". i want that the cell cointain formula will see as blank, but not the "#DIV/0!". I can remove zero by toolsoptionview window option dont check on Zero value. Thank you. Harshad |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ISERROR will mask all errors, not just "#DIV/0!"
You may not be happy with that. Suggest you post the formula for further review. There may another method. Gord Dibben MS Excel MVP On Tue, 16 Sep 2008 22:29:00 -0700, Harshad wrote: Thank you very much for immediate reply. After posting qustion, i find other posts, the same answer i got from one post. I immediatly applied to my formula and thank a lot, i got sucess. Thank you again, Harshad "EricBB" wrote: =IF(ISERROR(your formula),"",your formula) "Harshad" wrote: Hi all, I have prepared some calculations, some where i saw the cell cointaining "#DIV/0!". i want that the cell cointain formula will see as blank, but not the "#DIV/0!". I can remove zero by toolsoptionview window option dont check on Zero value. Thank you. Harshad |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
returning blank when reference cell is blank | Excel Worksheet Functions | |||
Average Formula to display blank cell if named range is blank | Excel Worksheet Functions | |||
how to get excel to display blank if reference cell blank | Excel Worksheet Functions | |||
How do I make a blank cell with a date format blank? | Excel Worksheet Functions | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) |