GeorgeF211
New Member
Hi All,
Not a specific question really, but I've been using OFFSET for my lookups for a while, and I'm aware that for resource efficiency I should be using INDEX.
My issue with INDEX is that it requires me to know exactly how large my data set is (unless I'm not understanding it properly - if so please enlighten me). This is way more of a pain than just telling MATCH to look all the way through a column or row (or both) and OFFSETing.
At what point does the speed saved by using a non-volatile solution outweigh inconvenience of working out how big my data series is?
Not a specific question really, but I've been using OFFSET for my lookups for a while, and I'm aware that for resource efficiency I should be using INDEX.
My issue with INDEX is that it requires me to know exactly how large my data set is (unless I'm not understanding it properly - if so please enlighten me). This is way more of a pain than just telling MATCH to look all the way through a column or row (or both) and OFFSETing.
At what point does the speed saved by using a non-volatile solution outweigh inconvenience of working out how big my data series is?