Can you have multiple If functions in one cell

Oakey

New Member
Joined
Jan 9, 2017
Messages
49
Office Version
  1. 365
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.

[TABLE="width: 196"]
<colgroup><col span="4"></colgroup><tbody>[TR]
[TD="colspan: 4"]Friendly 2[/TD]
[/TR]
[TR]
[TD="colspan: 2"]TEAM NAMES[/TD]
[TD="colspan: 2"]Team Scores[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Navy U9[/TD]
[TD="colspan: 2"]3[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Yellow U9[/TD]
[TD="colspan: 2"]2[/TD]
[/TR]
[TR]
[TD="colspan: 4"]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 246"]
<colgroup><col span="2"><col span="2"></colgroup><tbody>[TR]
[TD="colspan: 4"] [/TD]
[/TR]
</tbody>[/TABLE]
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

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

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,223,904
Messages
6,175,295
Members
452,633
Latest member
DougMo

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