Maybe an Index Match Solution??

Bkisley

Board Regular
Joined
Jan 5, 2017
Messages
100
I have the following problem....

Cell P9 on Sheet 1 will have a rate that comes from a matrix on Sheet 2
Sheet 2 matrix has descriptions of the operations from cell L5:L50
Sheet 2 has my years across row 4 cells O to Y
Sheet 2 has the rates inside the matrix - cells O5:Y50

What I need to happen is based on the rate in cell P9 on Sheet 1 I need to return the value (year) in row 4.
In other words, find the rate from cell P9 on sheet 1 within O5:Y50 on sheet 2 and return the year from sheet 2 row 4

PLEASE HELP ME!
THANK YOU IN ADVANCE!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
you can paste a useable view of your data with XL2BB, to make it clearer
 
Upvote 0
I'm seeing
=IFERROR(INDEX(Sheet2!$O$4:$Y$4,MATCH(P9,INDEX(Sheet2!$O$5:$Y$50,MATCH(Z9,Sheet2!$L$5:$L$50,0),0),0),"No Match")

Where Z9 contains a description to match up to L5:L50, this information was missing from your post.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

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