+ Reply to Thread
Results 1 to 2 of 2

Plz Help Microsoft Excel Novice

  1. #1
    Registered User
    Join Date
    03-08-2006
    Posts
    4

    Plz Help Microsoft Excel Novice

    Someone help me I’m a complete novice at Microsoft excel
    Let’s imagine a betting scenario
    a1 is the stake whilst b1 is the price/odds and so c1 =profit/winnings
    C1=SUM(A1*B1)
    Now a2 = 5 and b2= 4 ……. C2=SUM(A2*B2)
    I only want to calculate c2 if c1 is a profit i.e. more than 0
    If c1 is not more than 0 than I don’t want to calculate C2
    How do I do this condition? ….. I’ve tried this by going to insert and then function etc but it doesn’t work can you give me a step by step guide on how to do this

  2. #2
    peabrain25
    Guest

    RE: Plz Help Microsoft Excel Novice

    Just add this formula to C2:

    =IF(A2*B2>0,A2*B2,0)

    It's telling the cell that if A2*B2 is greater than 0 then show the result,
    if not show a zero. Hope that helps!




    "hitec80" wrote:

    >
    > Someone help me I’m a complete novice at Microsoft excel
    > Let’s imagine a betting scenario
    > a1 is the stake whilst b1 is the price/odds and so c1 =profit/winnings
    > C1=SUM(A1*B1)
    > Now a2 = 5 and b2= 4 ……. C2=SUM(A2*B2)
    > I only want to calculate c2 if c1 is a profit i.e. more than 0
    > If c1 is not more than 0 than I don’t want to calculate C2
    > How do I do this condition? ….. I’ve tried this by going to insert and
    > then function etc but it doesn’t work can you give me a step by step
    > guide on how to do this
    >
    >
    > --
    > hitec80
    > ------------------------------------------------------------------------
    > hitec80's Profile: http://www.excelforum.com/member.php...o&userid=32281
    > View this thread: http://www.excelforum.com/showthread...hreadid=520358
    >
    >


+ 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