+ Reply to Thread
Results 1 to 4 of 4

Another Quick Question

  1. #1
    Heather
    Guest

    Another Quick Question

    How do I keep my cells from showing "#Value" (in a blank cell w/ a formaula)
    when I print a worksheet?

    Thanks!

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    It depends which sort of formula you're using, can you post it?

  3. #3
    Heather
    Guest

    Re: Another Quick Question

    I have it set up so that when I type a certain number (ie 101) in cell A1 it
    will post a number or description in C1. This a quote sheet for customers,
    so I want to be able to see certain numbers, but then when I print, I would
    like certain cells blank.

    "daddylonglegs" wrote:

    >
    > It depends which sort of formula you're using, can you post it?
    >
    >
    > --
    > daddylonglegs
    > ------------------------------------------------------------------------
    > daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
    > View this thread: http://www.excelforum.com/showthread...hreadid=538168
    >
    >


  4. #4
    Tom Ogilvy
    Guest

    Re: Another Quick Question

    =if(iserror(formula),"",formula)

    or if you want to see the error except for printing, use a dummy cell.
    Let's say it is cell Z1

    =if(Z1="",formula,if(iserror(formula),"",formula))

    then when you want to print, put a value in Z1.

    You can also use conditional formatting and check for an error value. then
    if it is an error, change the font color to match the background. However,
    some printers will recognize this lack of contrast and adjust the color so
    you can see the value.

    --
    Regards,
    Tom Ogilvy


    "Heather" wrote:

    > I have it set up so that when I type a certain number (ie 101) in cell A1 it
    > will post a number or description in C1. This a quote sheet for customers,
    > so I want to be able to see certain numbers, but then when I print, I would
    > like certain cells blank.
    >
    > "daddylonglegs" wrote:
    >
    > >
    > > It depends which sort of formula you're using, can you post it?
    > >
    > >
    > > --
    > > daddylonglegs
    > > ------------------------------------------------------------------------
    > > daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
    > > View this thread: http://www.excelforum.com/showthread...hreadid=538168
    > >
    > >


+ 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