![]() |
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 -- hitec80 ------------------------------------------------------------------------ hitec80's Profile: http://www.excelforum.com/member.php...o&userid=32281 View this thread: http://www.excelforum.com/showthread...hreadid=520358 |
Plz Help Microsoft Excel Novice
Just add this formula to C2:
=IF(A2*B20,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 Im a complete novice at Microsoft excel Lets 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 dont want to calculate C2 How do I do this condition? €¦.. Ive tried this by going to insert and then function etc but it doesnt 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 |
All times are GMT +1. The time now is 05:34 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com