Rank, Match, Index

milikien

New Member
Joined
Jan 21, 2011
Messages
5
Hi, I am hoping someone can help me with a RANK and MATCH question. I have successfully isolated the largest number from a range of several sheets, but matching the corresponding date is where I have trouble. I have 13 tabs, one for each month and a ranking tab. I am able to pull the first, second, third… value from the ranges using:
=LARGE(Jan:Dec!C$3:C$12,1)
Now matching the date is where I have an issue. I’ve tried:
=INDEX(Jan:Dec!A3:A12,MATCH(G4,Jan:Dec!C3:C12,0),1)
=VLOOKUP(G5,Jan:Dec!A3:C12,1,FALSE)
=OFFSET(G6,MATCH(G6,Jan:Dec!C3:C12,0),-1)
The MATCH and INDEX works on the same sheet, but I don’t think MATCH will work across several tabs. Does anyone have a suggestion? Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I'd suggest that you use a separate worksheet to consolidate your data. Then a formula solution would be fairly straight forward.
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,912
Members
452,949
Latest member
beartooth91

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