Formula help

jennyL

New Member
Joined
Apr 5, 2019
Messages
6
Hi,Some help please. I've looked at LOOKUPs, IF, ANDs and I can't seem to figure out the correct formula to use.

Column A contains a half year score and Column B contains a full year score, Column C is the 'reference' for the final year score.
I'm looking for a formula/way for excel to return the Final Result.
Hope this makes sense
[TABLE="width: 500"]
<tbody>[TR]
[TD]HY Score
[/TD]
[TD]FY Score[/TD]
[TD]Final result
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]3
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]2
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]3
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]
There are 15 rows in total.
Thanks in advance for your help
 
I have the values for column A and B and would like Excel to return the value of column C:

Hi, do you mean you have the A & B values somewhere else and want to use that table to lookup the C value?

If so - here is one option:


Excel 2013/2016
ABCDEFG
1KPIBehaviourFinalKPIBehaviourResult
21. Missed1. Unacceptable1. Unaccetable2. Below2. Acceptable2. Low Performer
31. Missed2. Acceptable2. Low Performer1. Missed3. Exceptional2. Low Performer
41. Missed3. Exceptional2. Low Performer5. Exceptional2. Acceptable4. Exceptional
52. Below1. Unacceptable1. Unaccetable
62. Below2. Acceptable2. Low Performer
72. Below3. Exceptional2. Low Performer
83. On Target1. Unacceptable2. Low Performer
93. On Target2. Acceptable3. Successful
103. On Target3. Exceptional4. Exceptional
114. Exceeds1. Unacceptable2. Low Performer
124. Exceeds2. Acceptable3. Successful
134. Exceeds3. Exceptional4. Exceptional
145. Exceptional1. Unacceptable2. Low Performer
155. Exceptional2. Acceptable4. Exceptional
165. Exceptional3. Exceptional4. Exceptional
Sheet1
Cell Formulas
RangeFormula
G2=INDEX($C$2:$C$16,MATCH(1,INDEX(($A$2:$A$16=E2)*($B$2:$B$16=F2),0),0))
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Thanks everyone for all of your help.
I hadn't used the INDEX and MATCH function before. I have now figured it out and am very happy.
Enjoy the rest of your day.
 
Upvote 0

Forum statistics

Threads
1,223,905
Messages
6,175,297
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