Thread: [Solved] LOOKUP and IF FUNCTION
View Single Post
 
Old 12-06-2013, 09:35 AM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

This interests me. Let's say I have a workbook with two sheets named Main and Index. Main has 50 000 rows of data, and in column 5 of each row is a VLOOKUP pointing to Index. My usual VLOOKUP formula would go something like this: "=VLOOKUP(RC1,Index!C1:C3,3,0)". (I use R1C1 references by habit.) Now, let's take two examples:

1) Index has 15 rows. Would it make the lookups go noticeably faster to say "=VLOOKUP(RC1,Index!R2C1:R16C3,3,0)"?

2) Index has 20 000 rows. Would it make the lookups go noticeably faster to say "=VLOOKUP(RC1,Index!R2C1:R20000C3,3,0)"?

If Excel notices the last-used cell in Index, then I don't see why it would make a difference.
Reply With Quote