Index/match/match & offset/match/match

Ben M

New Member
Joined
Aug 13, 2014
Messages
23
I've been reading up on using INDEX/MATCH/MATCH & OFFSET/MATCH/MATCH. It appears that OFFSET is considered to be a more volatile function and slower at processing. I therefore can't see any occasion where you would use the OFFSET option over the INDEX option as they both appear to be doing exactly the same thing.

Is this correct or do you know of any examples where OFFSET is preferable.

Thanks.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I have used OFFSET on large amounts of data. It can be slower, but usually not too much. I use OFFSET to define an array off of a given point. Say I am searching for the value "B" in column A and "B" is in A10 and I want my array to go from A10:B13. You can use OFFSET to establish that array. INDEX is used once the array is established.
 
Upvote 0

Forum statistics

Threads
1,225,733
Messages
6,186,705
Members
453,369
Latest member
positivemind

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