+ Reply to Thread
Results 1 to 6 of 6

[SOLVED] how do I stop this appearing.......#DIV/0!

  1. #1
    Scudo
    Guest

    [SOLVED] 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. #2
    Peo Sjoblom
    Guest

    Re: how do I stop this appearing.......#DIV/0!

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

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Scudo" <me@nospam.fictional> wrote in message
    news:JoFxe.63521$Vo6.8237@fe3.news.blueyonder.co.uk...
    > 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. #3
    Anne Troy
    Guest

    Re: how do I stop this appearing.......#DIV/0!

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

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "Scudo" <me@nospam.fictional> wrote in message
    news:JoFxe.63521$Vo6.8237@fe3.news.blueyonder.co.uk...
    > 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. #4
    Scudo
    Guest

    Re: how do I stop this appearing.......#DIV/0!

    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" <ng@officearticles.com> wrote in message
    news:47f8b$42c724a4$97c5108d$11649@allthenewsgroups.com...
    > Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
    > Or: =IF(ISBLANK(A1),"",MYFORMULA)
    > *******************
    > ~Anne Troy
    >
    > www.OfficeArticles.com
    > www.MyExpertsOnline.com
    >
    >
    > "Scudo" <me@nospam.fictional> wrote in message
    > news:JoFxe.63521$Vo6.8237@fe3.news.blueyonder.co.uk...
    > > 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. #5
    CLR
    Guest

    Re: how do I stop this appearing.......#DIV/0!

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

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

    Vaya con Dios,
    Chuck, CABGx3


    "Scudo" <me@nospam.fictional> wrote in message
    news:mOFxe.381$vF2.217@fe1.news.blueyonder.co.uk...
    > 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" <ng@officearticles.com> wrote in message
    > news:47f8b$42c724a4$97c5108d$11649@allthenewsgroups.com...
    > > Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
    > > Or: =IF(ISBLANK(A1),"",MYFORMULA)
    > > *******************
    > > ~Anne Troy
    > >
    > > www.OfficeArticles.com
    > > www.MyExpertsOnline.com
    > >
    > >
    > > "Scudo" <me@nospam.fictional> wrote in message
    > > news:JoFxe.63521$Vo6.8237@fe3.news.blueyonder.co.uk...
    > > > 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. #6
    Scudo
    Guest

    Re: how do I stop this appearing.......#DIV/0!

    That sorted it , Chuck

    thanks


    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:eVksUI2fFHA.1948@TK2MSFTNGP12.phx.gbl...
    > Use this in L5..........
    >
    > =IF(OR(N5=0,B5=0),"",N5/B5)
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Scudo" <me@nospam.fictional> wrote in message
    > news:mOFxe.381$vF2.217@fe1.news.blueyonder.co.uk...
    > > 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" <ng@officearticles.com> wrote in message
    > > news:47f8b$42c724a4$97c5108d$11649@allthenewsgroups.com...
    > > > Try this, Scudo: =IF(ISERROR(A1),"",MYFORMULA)
    > > > Or: =IF(ISBLANK(A1),"",MYFORMULA)
    > > > *******************
    > > > ~Anne Troy
    > > >
    > > > www.OfficeArticles.com
    > > > www.MyExpertsOnline.com
    > > >
    > > >
    > > > "Scudo" <me@nospam.fictional> wrote in message
    > > > news:JoFxe.63521$Vo6.8237@fe3.news.blueyonder.co.uk...
    > > > > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1