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

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
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,223,952
Messages
6,175,595
Members
452,657
Latest member
giadungthienduyen

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