fix my index match please

BrutalLogiC

Active Member
Joined
Feb 26, 2006
Messages
267
Office Version
  1. 2016
Platform
  1. Windows
S14 has formula =INDEX(CTC!$C$57:$Y$71,MATCH(S$13,CTC!$E$57:$Y$57,0),MATCH($E14,CTC!$C$58:$C$71,0))

I want it to return the value 21,348 from cell E58 but I have messed up somehow, can you help please



Excel 2013/2016
ES
13DescriptionMonth 1 ongoing
14Division Manager - Faade-
15Technician - Faade Irata Level 3
16Technician - Faade Irata Level 2
17Technician - Faade Irata Level 1
Summary



Excel 2013/2016
CDEFGY
57Month 1 ongoing0155
58Division Manager - Faade21,34813,941--
59Division Manager - Soft Services23,42313,941--
60Agri. Engineer - Pest Control21,34813,941--
61Technician - Faade Irata Level 35,6989,4015,7005,700
71Technician - Water Tank2,0798,8015,7005,700
CTC
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hello,

You could test the following :

Code:
'INDEX(CTC!$C$57:$Y$71,MATCH($E14,CTC!$C$57:$C$71,0),MATCH(S$13,CTC!$E$57:$Y$57,0))

Hope this will help
 
Upvote 0
Hi James this is what I'm getting from that:


Excel 2013/2016
ES
13DescriptionMonth 1 ongoing
14Division Manager - FaadeDivision Manager - Faade
Summary
 
Upvote 0
Hi again ...

Correction ...

Code:
=[COLOR=#333333]INDEX(CTC!$C$57:$Y$71,MATCH($E14,CTC!$C$57:$C$71,0),MATCH(S$13,CTC!$C$57:$Y$57,0))[/COLOR]

HTH
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,428
Members
449,083
Latest member
Ava19

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