+ Reply to Thread
Results 1 to 2 of 2

Help with IF

  1. #1
    Registered User
    Join Date
    04-27-2006
    Posts
    3

    Help with IF

    Sorry I am new to excel. The formula I need is to know how to put these two formulas together so that they work.

    =b1-b2

    =if(b2<=0,0)

    Thanks for any help

  2. #2
    JMB
    Guest

    RE: Help with IF

    How do you want them put together?

    =B1 - MAX(B2, 0)
    Or
    =IF(B2<=0, 0, B1-B2)


    "zuketrax" wrote:

    >
    > Sorry I am new to excel. The formula I need is to know how to put these
    > two formulas together so that they work.
    >
    > =b1-b2
    >
    > =if(b2<=0,0)
    >
    > Thanks for any help
    >
    >
    > --
    > zuketrax
    > ------------------------------------------------------------------------
    > zuketrax's Profile: http://www.excelforum.com/member.php...o&userid=33934
    > View this thread: http://www.excelforum.com/showthread...hreadid=537082
    >
    >


+ 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