I believe this is a Index/Match formula?

mcintoshmc

Active Member
Joined
Aug 10, 2007
Messages
277
I have the following on Sheet 1: A2:AG53

L2:AG2 is labeled 0 through 21

A3:A53 will be 300 through 350

Sheet 2:

J2 will contain a number 0-21

B5 will contain a number 300-350

J5 - I would like for it to display the corresponding cell based on the info placed in J2 and B5. For example: If J2 says 0 and B5 says 300, I would like J5 to display in info in L3

Can any one help?
 

Attachments

  • Screenshot 2021-12-15.png
    Screenshot 2021-12-15.png
    9.9 KB · Views: 5

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
How about
Excel Formula:
=INDEX(Sheet1!L3:AG53,MATCH(B5,Sheet1!A3:A53,0),MATCH(J2,Sheet1!L2:AG2,0))
 
Upvote 0

Forum statistics

Threads
1,203,524
Messages
6,055,910
Members
444,832
Latest member
bgunnett8

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