+ Reply to Thread
Results 1 to 5 of 5

Remove the "False" from Statement

  1. #1
    Hardip
    Guest

    Remove the "False" from Statement

    Hi All

    I have created the following forumula:

    =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old")

    What I want to do is leave the cell blank - I Don't want a 'space' or the
    FALSE written in the cell. How do I remove this?

    I'd appreciate any pointers.

    TIA - H

  2. #2
    JE McGimpsey
    Guest

    Re: Remove the "False" from Statement

    One way:

    =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old","")

    In article <[email protected]>,
    Hardip <[email protected]> wrote:

    > Hi All
    >
    > I have created the following forumula:
    >
    > =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old")
    >
    > What I want to do is leave the cell blank - I Don't want a 'space' or the
    > FALSE written in the cell. How do I remove this?
    >
    > I'd appreciate any pointers.
    >
    > TIA - H


  3. #3
    Registered User
    Join Date
    12-22-2003
    Location
    Texas
    Posts
    90
    try =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old","")
    Barrfly

  4. #4
    Don Guillett
    Guest

    Re: Remove the "False" from Statement

    IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old")
    IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old","")


    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Hardip" <[email protected]> wrote in message
    news:[email protected]...
    > Hi All
    >
    > I have created the following forumula:
    >
    > =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old")
    >
    > What I want to do is leave the cell blank - I Don't want a 'space' or the
    > FALSE written in the cell. How do I remove this?
    >
    > I'd appreciate any pointers.
    >
    > TIA - H




  5. #5
    Hardip
    Guest

    Re: Remove the "False" from Statement

    Thanks - I feel stupid now!!!



    "JE McGimpsey" wrote:

    > One way:
    >
    > =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old","")
    >
    > In article <[email protected]>,
    > Hardip <[email protected]> wrote:
    >
    > > Hi All
    > >
    > > I have created the following forumula:
    > >
    > > =IF(AND($W2>=3,$W2<4),"Greater than 2 Year Old")
    > >
    > > What I want to do is leave the cell blank - I Don't want a 'space' or the
    > > FALSE written in the cell. How do I remove this?
    > >
    > > I'd appreciate any pointers.
    > >
    > > TIA - H

    >


+ 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