+ Reply to Thread
Results 1 to 3 of 3

no #VALUE! to printout

  1. #1
    garyww
    Guest

    no #VALUE! to printout


    i got some cell with the #VALUE! displayed on the cell and can see on
    the
    worksheet. Then I preview also can see this #VALUE! or even I printed
    out
    i then can see this #VALUE!.
    Now I don't want this #VALUE! printed out on the paper. How to do
    that.
    Or no #VALUE! show on the cell. However, #VALUE! contains a formula
    such as

    =ROUND(IF(ISERROR((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6),
    "",((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6)),3)

    but those cell included in the forumla may perhaps will enter a value
    in the coming future. The fformula must remain.


    thanks to let me know
    gar
    email: [email protected]




    --
    garyww

  2. #2
    Franz Verga
    Guest

    Re: no #VALUE! to printout

    "garyww" <[email protected]> ha scritto nel messaggio
    news:[email protected]...
    >
    > i got some cell with the #VALUE! displayed on the cell and can see on
    > the
    > worksheet. Then I preview also can see this #VALUE! or even I printed
    > out
    > i then can see this #VALUE!.
    > Now I don't want this #VALUE! printed out on the paper. How to do
    > that.
    > Or no #VALUE! show on the cell. However, #VALUE! contains a formula
    > such as
    >
    > =ROUND(IF(ISERROR((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6),
    > "",((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6)),3)
    >
    > but those cell included in the forumla may perhaps will enter a value
    > in the coming future. The fformula must remain.
    >


    Hi Gary,

    you can use an IF function to "incapsulate" the error value:

    =IF(ISERROR(your_formula),"",your_formula)

    In this way when a formula gives a #VALUE! error the cell will show "", a
    null string, i.e. the cell will be blank.


    --
    Hope I helped you.

    Thanks in advance for your feedback.

    Ciao

    Franz Verga from Italy



  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    go to menu File > Page Setup click on Sheet tab, change the option "Cell errors as" <blank>

    now look at preview you would not see errors and these would also not be printed even errors are present on your sheet.

    hope this will serve your purpose.
    Quote Originally Posted by garyww
    i got some cell with the #VALUE! displayed on the cell and can see on
    the
    worksheet. Then I preview also can see this #VALUE! or even I printed
    out
    i then can see this #VALUE!.
    Now I don't want this #VALUE! printed out on the paper. How to do
    that.
    Or no #VALUE! show on the cell. However, #VALUE! contains a formula
    such as

    =ROUND(IF(ISERROR((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6),
    "",((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6)),3)

    but those cell included in the forumla may perhaps will enter a value
    in the coming future. The fformula must remain.


    thanks to let me know
    gar
    email: [email protected]




    --
    garyww

+ 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