+ Reply to Thread
Results 1 to 4 of 4

LEAVE BLANK IF NEGATIVE

  1. #1
    Carolan
    Guest

    LEAVE BLANK IF NEGATIVE

    I know this can be done.....just don't know how. Trying to create a formula
    that would leave the cell Column C1 empty if the result of Column A1
    minus-Column B1 is negative. If A1 -B1 is positive it would enter the
    result. Help please!!!!

    If A1 - B1 = Positive figure, enter the result in C1
    If A1 - B1 = Negative figure, do not enter result in C1

    --
    Carolan

  2. #2
    Jason Morin
    Guest

    Re: LEAVE BLANK IF NEGATIVE

    =IF(A1-B1>=0,A1-B1,"")

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I know this can be done.....just don't know how. Trying

    to create a formula
    >that would leave the cell Column C1 empty if the result

    of Column A1
    >minus-Column B1 is negative. If A1 -B1 is positive it

    would enter the
    >result. Help please!!!!
    >
    >If A1 - B1 = Positive figure, enter the result in C1
    >If A1 - B1 = Negative figure, do not enter result in C1
    >
    >--
    >Carolan
    >.
    >


  3. #3
    RagDyeR
    Guest

    Re: LEAVE BLANK IF NEGATIVE

    Try this:

    =IF(MAX(A1-B1,0)=0,"",A1-B1)
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Carolan" <carolan@discussions.microsoft.com> wrote in message
    news:E46DEFCF-4217-4406-B664-4C35A92F53D6@microsoft.com...
    I know this can be done.....just don't know how. Trying to create a formula
    that would leave the cell Column C1 empty if the result of Column A1
    minus-Column B1 is negative. If A1 -B1 is positive it would enter the
    result. Help please!!!!

    If A1 - B1 = Positive figure, enter the result in C1
    If A1 - B1 = Negative figure, do not enter result in C1

    --
    Carolan



  4. #4
    Carolan
    Guest

    Re: LEAVE BLANK IF NEGATIVE

    Thank you!!!!

    "Jason Morin" wrote:

    > =IF(A1-B1>=0,A1-B1,"")
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >I know this can be done.....just don't know how. Trying

    > to create a formula
    > >that would leave the cell Column C1 empty if the result

    > of Column A1
    > >minus-Column B1 is negative. If A1 -B1 is positive it

    > would enter the
    > >result. Help please!!!!
    > >
    > >If A1 - B1 = Positive figure, enter the result in C1
    > >If A1 - B1 = Negative figure, do not enter result in C1
    > >
    > >--
    > >Carolan
    > >.
    > >

    >


+ 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