Index Match Match Row 1 fine, rows 2 and beyond wrong numbers

lost_in_the_sauce

Board Regular
Joined
Jan 18, 2021
Messages
128
Office Version
  1. 365
Platform
  1. Windows
Current formula is: =INDEX(TabOne!$G$4:$AT$191,MATCH('TabTwo'!$A2,TabOne!$A$4:$A$191,1),MATCH('TabTeo'!B2,TabOne!$G$3:$AT$3,1))

TabOne is a table with revenues, store name in column A and dates (EOMonth style) in row 3.

TabTwo is attempting to pull a specific cell value, based on store start date in column E on TabTwo. Goal is to replicate across and down to have all cells in row E of TabTwo reference the first month sales from TabOne's array, with different starting months of course.

Row 1 works great. Rows 2 and on I can't understand where the numbers are coming from (row 2 is zeroes, row 3 and 4 replicate row 1)
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Are you looking for exact matches?
 
Upvote 0
That suggests that one of the two matches is not finding anything.
 
Upvote 0
You can use the Evaluate Formula button on the Formula tab to see which Match is failing.
 
Upvote 0
Solution
For the cells on the first row, after clicking Evaluate twice, the first match changes to *1*, but the one below it changes to *188*
 
Upvote 0

Forum statistics

Threads
1,215,510
Messages
6,125,223
Members
449,216
Latest member
biglake87

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