Can you have multiple If functions in one cell

Oakey

New Member
Joined
Jan 9, 2017
Messages
47
Hi,

Can you use multiple IF function formulas in one cell to return a specific value?

Im looking for a formula that will return a value of 'Win, Draw, Lost' from a result.

Friendly 2
TEAM NAMESTeam Scores
Navy U93
Yellow U92


<colgroup><col span="4"></colgroup><tbody>
</tbody>

<colgroup><col span="2"><col span="2"></colgroup><tbody>
</tbody>
Teams are in cells A3 and A4, Scores are in cells B3 and B4, i would like the result in A5.

The result would show either Win, Draw or Lost

Thanks for your help
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Book1
ABC
2TEAM NAMESTeam ScoresResult
3Navy U93Win
4Yellow U92Lose
Sheet9
Cell Formulas
RangeFormula
C3=LOOKUP(2*B3-SUM($B$3:$B$4),{-9.99E+307,"Lose";0,"Draw";1,"Win"})
 
Last edited:
Upvote 0
Book1
ABC
2TEAM NAMESTeam ScoresResult
3Navy U93Win
4Yellow U92Lose
Sheet9
Cell Formulas
RangeFormula
C3=LOOKUP(2*B3-SUM($B$3:$B$4),{-9.99E+307,"Lose";0,"Draw";1,"Win"})

Thank you very much for this...works wonders

Hi,

Really, this is producing the results you want? From post #2 :


Book1
ABC
1
2TEAM NAMESTeam Scores
3Navy U93Lose
4Yellow U92Lose
5Red X93Lose
6Purple A81Lose
Sheet150
Cell Formulas
RangeFormula
C3=LOOKUP(2*B3-SUM($B$3:$B$6),{-9.99E+307,"Lose";0,"Draw";1,"Win"})
 
Upvote 0

Forum statistics

Threads
1,215,137
Messages
6,123,254
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top