+ Reply to Thread
Results 1 to 4 of 4

Formula <0 leave cell blank

  1. #1
    Whit
    Guest

    Formula <0 leave cell blank

    I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet a
    certain condition such as >0.

    Whit

  2. #2
    CLR
    Guest

    Re: Formula <0 leave cell blank

    =IF(A1+A2>0,A1+A2,"")

    Vaya con Dios,
    Chuck, CABGx3


    "Whit" <Whit@discussions.microsoft.com> wrote in message
    news:034C115E-8776-495F-B146-03D1D46F527F@microsoft.com...
    > I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet

    a
    > certain condition such as >0.
    >
    > Whit




  3. #3
    Dave Peterson
    Guest

    Re: Formula <0 leave cell blank

    if(a1+a2<=0,"",a1+a2)



    Whit wrote:
    >
    > I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet a
    > certain condition such as >0.
    >
    > Whit


    --

    Dave Peterson

  4. #4
    Paul B
    Guest

    Re: Formula <0 leave cell blank

    Whit, try this,
    =IF(A1+A2>0,A1+A2,"")

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "Whit" <Whit@discussions.microsoft.com> wrote in message
    news:034C115E-8776-495F-B146-03D1D46F527F@microsoft.com...
    > I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet

    a
    > certain condition such as >0.
    >
    > Whit




+ 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