+ Reply to Thread
Results 1 to 2 of 2

Clear cell from formula?

  1. #1
    Peter A
    Guest

    Clear cell from formula?

    Is it possible to set a cell 'blank' from a formula? i.e. rather than
    setting = 0 or setting to "" (empty string)
    In other words IF (<data valid>, <do calculation>, <clear content>)

    Thanks
    Peter

    --
    Peter Aspey
    E-mail: replace 6 by p



  2. #2
    JE McGimpsey
    Guest

    Re: Clear cell from formula?

    one way:

    =IF(A1>10, A1*43.3, "")

    This doesn't clear the content (the content will be a formula that
    evaluates to a null string), but it will display as a blank.

    In article <[email protected]>,
    "Peter A" <[email protected]> wrote:

    > Is it possible to set a cell 'blank' from a formula? i.e. rather than
    > setting = 0 or setting to "" (empty string)
    > In other words IF (<data valid>, <do calculation>, <clear content>)
    >
    > Thanks
    > Peter


+ 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