Index Match across multiple tabs

seraja27

New Member
Joined
Oct 30, 2013
Messages
13
Hi, I am working on an index-match function. When I do it on the tab with the data it works fine, but when I do it on another tab it does not work...my formula is as follows...

{=INDEX('Sheet1'!AB30:AB92,MATCH(A6&B6,'Sheet1'!C30:C92&'Sheet1'!B30:B92,0))}
 

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).
Hi,

Can you explain in words precisely what it is you are trying to achieve?

Regards
 
Upvote 0
I am trying to return a value from Sheet1 which is a number classified by month (month is the heading...so each month has its own column). on the tab I am entering the formula into, I want to match the values in cells A6&B6 to the values in the ranges for C30:C92 & B30:B92 which contains the values in cells A6 & B6.
 
Upvote 0
And you've manually verified that there are actual matches for your concatenated strings? What result do you get? Can you show me the precise formula as it looks in the sheet that doesn't work?

Regards
 
Upvote 0
yes I have. the formula is as follows...

=INDEX('Sheet1'!AB30:AB92,MATCH(A6&B6,'Sheet1'!C30:C92&'Sheet1'!B30:B92,0))

answer should be 65

When I did the same formula on the sheet with the data as follows it works...

=INDEX(AB30:AB92,MATCH(AP28&AQ28,C30:C92&B30:B92,0))
 
Upvote 0
Thanks.

I noticed that the formula in your original post had curly brackets around it. Was that just your way of indicating that the formula in question is an array formula? Did you ensure that your new, copied version was also committed in the same way?

Regards
 
Upvote 0
When you say "put in the brackets", I hope you don't mean that you're manually adding them to the formula.

Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).</SPAN></SPAN>

Regards
 
Upvote 0
I think I may know what the issue is. will merged cells affect the calculation? Cell A6, A7, A8 are merged (so the reference cell would be A6...B6 is not merged.
 
Upvote 0

Forum statistics

Threads
1,216,460
Messages
6,130,765
Members
449,589
Latest member
Hana2911

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