View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
colwyn colwyn is offline
external usenet poster
 
Posts: 29
Default Should it be Index or Offset ?

Thanks Shane. I'm in the process of building the spreadsheets so
thought I'd ask first.
Colwyn.


On Oct 1, 3:31*pm, ShaneDevenshire
wrote:
Hi,

Try both on your data and see which one is faster, they should be about the
same.

--
Thanks,
Shane Devenshire

"colwyn" wrote:

=INDEX('2007'!A:N,K2,14)
=OFFSET('2007'!A1,K2-1,13)


Anyone know which of the above works fastest when applied down 50,000+
rows of several spreadsheets?
Thanks.
Colwyn.