index match not working with CTRL-R?

lost_in_the_sauce

Board Regular
Joined
Jan 18, 2021
Messages
128
Office Version
  1. 365
Platform
  1. Windows
Maybe it's too early and I haven't had enough coffee but I'm just looking at this and wondering what I'm missing that's easy.

=INDEX(Sheet4!$C$2:$N$45,MATCH(Sheet3!$A$2,Sheet4!$A$2:$A$45,0),1)

value array is C2:N45 on sheet 4, lookup value is column A on sheet 3, match column is column A on sheet 4, works totally fine for the first column, but when I paste with CTRL-R (1st column is Jan, need to fill for the entire year), I just get the results from column 1 in all columns. Google, you've helped zero with this.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
How about
Excel Formula:
=INDEX(Sheet4!C$2:C$45,MATCH($A$2,Sheet4!$A$2:$A$45,0))
and drag to the right.
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,659
Messages
6,120,783
Members
448,992
Latest member
prabhuk279

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