Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Scudo
 
Posts: n/a
Default how do I stop this appearing.......#DIV/0!

This appears in a cell when no information is in the `other` cells that it
calulates from #div/0! is there a way so that if no info in the cells then
the cell with the formula remains (or appears) blank.

thanks


  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=IF(A2="","",A1/A2)

--
Regards,

Peo Sjoblom

(No private emails please)


"Scudo" wrote in message
k...
This appears in a cell when no information is in the `other` cells that it
calulates from #div/0! is there a way so that if no info in the cells
then
the cell with the formula remains (or appears) blank.

thanks



  #3   Report Post  
Anne Troy
 
Posts: n/a
Default

Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
Or: =IF(ISBLANK(A1),"",MYFORMULA)
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Scudo" wrote in message
k...
This appears in a cell when no information is in the `other` cells that it
calulates from #div/0! is there a way so that if no info in the cells

then
the cell with the formula remains (or appears) blank.

thanks




  #4   Report Post  
Scudo
 
Posts: n/a
Default

I should have put my formula in sorry.

=N5/B5 this is in cell L5 and #div/0! appears in L5 if N5 or B5 are blank.


"Anne Troy" wrote in message
news:47f8b$42c724a4$97c5108d$11649@allthenewsgroup s.com...
Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
Or: =IF(ISBLANK(A1),"",MYFORMULA)
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Scudo" wrote in message
k...
This appears in a cell when no information is in the `other` cells that

it
calulates from #div/0! is there a way so that if no info in the cells

then
the cell with the formula remains (or appears) blank.

thanks






  #5   Report Post  
CLR
 
Posts: n/a
Default

Use this in L5..........

=IF(OR(N5=0,B5=0),"",N5/B5)

Vaya con Dios,
Chuck, CABGx3


"Scudo" wrote in message
.. .
I should have put my formula in sorry.

=N5/B5 this is in cell L5 and #div/0! appears in L5 if N5 or B5 are

blank.


"Anne Troy" wrote in message
news:47f8b$42c724a4$97c5108d$11649@allthenewsgroup s.com...
Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
Or: =IF(ISBLANK(A1),"",MYFORMULA)
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Scudo" wrote in message
k...
This appears in a cell when no information is in the `other` cells

that
it
calulates from #div/0! is there a way so that if no info in the

cells
then
the cell with the formula remains (or appears) blank.

thanks










  #6   Report Post  
Scudo
 
Posts: n/a
Default

That sorted it , Chuck

thanks


"CLR" wrote in message
...
Use this in L5..........

=IF(OR(N5=0,B5=0),"",N5/B5)

Vaya con Dios,
Chuck, CABGx3


"Scudo" wrote in message
.. .
I should have put my formula in sorry.

=N5/B5 this is in cell L5 and #div/0! appears in L5 if N5 or B5 are

blank.


"Anne Troy" wrote in message
news:47f8b$42c724a4$97c5108d$11649@allthenewsgroup s.com...
Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
Or: =IF(ISBLANK(A1),"",MYFORMULA)
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Scudo" wrote in message
k...
This appears in a cell when no information is in the `other` cells

that
it
calulates from #div/0! is there a way so that if no info in the

cells
then
the cell with the formula remains (or appears) blank.

thanks










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
How do I stop the activeX screen appearing when I open excel The CAT Excel Discussion (Misc queries) 1 May 28th 05 04:56 PM
# DIV/0! error in Excel Helpwanted Excel Discussion (Misc queries) 8 May 6th 05 09:31 PM
How do I stop additional "Xcel" icons appearing on desktop toolbar Herb Setting up and Configuration of Excel 4 April 22nd 05 05:36 PM
How can I stop the clip board icon appearing after every paste glennando Excel Discussion (Misc queries) 2 March 22nd 05 11:47 PM
Stop autofill icon from appearing? lvh519 Excel Discussion (Misc queries) 1 November 30th 04 02:02 AM


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