Hi
I read your's with Paul conversation here, and I think I have to add
something.
For most cases, the difference is like the color of cat - it can be
anything, until she can catch the mouse. Usually everone uses this one, with
which he is more confident. I myself started to use OFFSET, and I use INDEX
only occasionally now.
When you look more closely to syntax of both, then with OFFSET you set the
anchor cell, and move the returned reference relatively to it - up or down,
to left or to right. The only limit is, that the returned reference must be
in limits of sheet. With INDEX, you set the range with all possible return
values, and the returned reference must be in this range.
Maybe the only difference occurs, when the reference to multi-cell range is
returned. With INDEX(), you can return the reference to specific row or
column in range (when I'm not completly wrong with my understanding of it's
syntax). With OFFSET, you can return the reference to any rectangle on
worksheet.
Arvi Laanemets
JMay said:
So this cries for the question, what is the difference in using Index() and
Offset()?
TIA,,
Arvi Laanemets said:
Hi
When data in column B are in range B2:B100, and the value you are
looking