+ Reply to Thread
Results 1 to 4 of 4

Keeping the cell blank...

  1. #1
    JP
    Guest

    Keeping the cell blank...

    How do I prepare a cell with a formula, but keep it blank until the
    information is added to activate the equation?

  2. #2
    Max
    Guest

    Re: Keeping the cell blank...

    One way to make it appear blank ..

    Instead of in say, B1: =A1*5
    Put it as: =IF(A1="","",A1*5)

    The " =IF(A1="","", ... " construct will provide the desired "blank" look
    in B1 until a number is input in A1
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "JP" <JP@discussions.microsoft.com> wrote in message
    news:F6AC149B-0D78-459D-8B49-6180A1608ED7@microsoft.com...
    > How do I prepare a cell with a formula, but keep it blank until the
    > information is added to activate the equation?




  3. #3
    JP
    Guest

    Re: Keeping the cell blank...

    Thank you very much Max!

    "Max" wrote:

    > One way to make it appear blank ..
    >
    > Instead of in say, B1: =A1*5
    > Put it as: =IF(A1="","",A1*5)
    >
    > The " =IF(A1="","", ... " construct will provide the desired "blank" look
    > in B1 until a number is input in A1
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    > "JP" <JP@discussions.microsoft.com> wrote in message
    > news:F6AC149B-0D78-459D-8B49-6180A1608ED7@microsoft.com...
    > > How do I prepare a cell with a formula, but keep it blank until the
    > > information is added to activate the equation?

    >
    >
    >


  4. #4
    Max
    Guest

    Re: Keeping the cell blank...

    You're welcome !
    Thanks for the feedback
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "JP" <JP@discussions.microsoft.com> wrote in message
    news:6388B022-4602-422F-ACF0-A2B30EB10112@microsoft.com...
    > Thank you very much Max!




+ 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