Formula help to lookup multiple criteria on different sheets.

abrig005

Board Regular
Joined
Jan 6, 2017
Messages
82
Office Version
  1. 365
Platform
  1. Windows
Hello, I am trying to figure out an Index formula to copy the data in cell D3 to cell F24 and cell J8 to cell G29. Note the destination cells are in a different worksheet. There are hundreds of cells but I can figure that out once I get the main formula. Thank you very much!
scdnjk.png
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Try this in F24:

=INDEX($C$3:$G$10,MATCH(E24,$B$3:$B$10,0),MATCH(C24,$C$2:$G$2,0))

I formatted B3:B10 as Text, as well as E24. That's to prevent Excel from misunderstanding some of those values as text vs. numbers. The formula for G29 is equivalent, just change the ranges. In fact, it's possible to have a common formula if you treat your FY17 and FY18 tables as one. But see if this works for you first.
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,901
Members
449,097
Latest member
dbomb1414

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