A
Andy Brown
I'm working on a file for someone. It's full of VLOOKUPs where lookup value
is *a range*. Simplified example ;
A1:A10 = 1-10, as does D110. E1:E10 = assorted letters. In B1,
=VLOOKUP($A$1:$A$10,$D$1:$E$10,2,FALSE)
Copying B1 down duplicates the formula identically, obviously. Yet tracing
precedents for e.g. B4 does actually pick up A4 as first arg (?).
There are hundreds of these, and due to the file structure amending would be
a huge chore. Is there anything wrong with 1st arg being a range rather than
a single cell/value (not even sure how it still works) in whatever respect
(wb size, memory, calculation, etc.)?
TIA,
Andy
is *a range*. Simplified example ;
A1:A10 = 1-10, as does D110. E1:E10 = assorted letters. In B1,
=VLOOKUP($A$1:$A$10,$D$1:$E$10,2,FALSE)
Copying B1 down duplicates the formula identically, obviously. Yet tracing
precedents for e.g. B4 does actually pick up A4 as first arg (?).
There are hundreds of these, and due to the file structure amending would be
a huge chore. Is there anything wrong with 1st arg being a range rather than
a single cell/value (not even sure how it still works) in whatever respect
(wb size, memory, calculation, etc.)?
TIA,
Andy