+ Reply to Thread
Results 1 to 8 of 8

I would like to hide the following formula...

  1. #1
    VB
    Guest

    I would like to hide the following formula...

    I have created a formula which when copied 'down' displays the #Div/0! error
    message. This is fine, becasue excel will perform the calculation correctly
    when I get to that row but I want to blank that cell when printing so that I
    don't get this error message all over my print-out.

    Does anyone know a way to blank that cell (without losing the formula) in a
    similar way to the concept behind the 'hide zeros' feature?

    Thanks,
    --
    Vicki B

  2. #2
    Leo Heuser
    Guest

    Re: I would like to hide the following formula...

    "VB" <[email protected]> skrev i en meddelelse
    news:[email protected]...
    >I have created a formula which when copied 'down' displays the #Div/0!
    >error
    > message. This is fine, becasue excel will perform the calculation
    > correctly
    > when I get to that row but I want to blank that cell when printing so that
    > I
    > don't get this error message all over my print-out.
    >
    > Does anyone know a way to blank that cell (without losing the formula) in
    > a
    > similar way to the concept behind the 'hide zeros' feature?
    >
    > Thanks,
    > --
    > Vicki B


    Hi Vicki

    One way:

    =IF(ISERROR(YourFormula),"",YourFormula)

    --
    Best regards
    Leo Heuser

    Followup to newsgroup only please.



  3. #3
    Ken Johnson
    Guest

    Re: I would like to hide the following formula...


    Hi Vicki B,

    One way is ...

    IF(ISERROR(Your Formula),"",Your Formula)

    If the error is due to a particular cell value being zero, say A1,
    then...

    IF(A1=0,"",Your Formula)

    Ken Johnson


  4. #4
    VB
    Guest

    Re: I would like to hide the following formula...

    Leo & Ken... You Rock! :-)
    --
    Vicki B


    "Leo Heuser" wrote:

    > "VB" <[email protected]> skrev i en meddelelse
    > news:[email protected]...
    > >I have created a formula which when copied 'down' displays the #Div/0!
    > >error
    > > message. This is fine, becasue excel will perform the calculation
    > > correctly
    > > when I get to that row but I want to blank that cell when printing so that
    > > I
    > > don't get this error message all over my print-out.
    > >
    > > Does anyone know a way to blank that cell (without losing the formula) in
    > > a
    > > similar way to the concept behind the 'hide zeros' feature?
    > >
    > > Thanks,
    > > --
    > > Vicki B

    >
    > Hi Vicki
    >
    > One way:
    >
    > =IF(ISERROR(YourFormula),"",YourFormula)
    >
    > --
    > Best regards
    > Leo Heuser
    >
    > Followup to newsgroup only please.
    >
    >
    >


  5. #5
    Registered User
    Join Date
    03-13-2006
    Posts
    47
    Dear VB

    Access Dialog box "Page Setup" (menu File --> Page Setup) -->
    Choose "Sheet" In the Print Frame, choose Cell error as Blank

    HTH
    OverAC

  6. #6
    Ken Johnson
    Guest

    Re: I would like to hide the following formula...


    Thanks for the feedback Vicki.

    Ken Johnson


  7. #7
    Leo Heuser
    Guest

    Re: I would like to hide the following formula...

    "VB" <[email protected]> skrev i en meddelelse
    news:[email protected]...
    > Leo & Ken... You Rock! :-)
    > --
    > Vicki B
    >


    Thanks for the feedback, Vicki :-)

    Leo Heuser




  8. #8
    Leo Heuser
    Guest

    Re: I would like to hide the following formula...

    "VB" <[email protected]> skrev i en meddelelse
    news:[email protected]...
    > Leo & Ken... You Rock! :-)
    > --
    > Vicki B
    >


    Thanks for the feedback, Vicki :-)

    Leo Heuser




+ 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