F
ferropgy
Ihave a workbook that looks like this;
A B
1 10/30/2003
2
3 ABC =VLOOKUP($B$1,ABCdr,$K$554,FALSE)
4 DEF =VLOOKUP($B$1,DEFdr,$K$554,FALSE)
5 GHI =VLOOKUP($B$1,GHIdr,$K$554,FALSE)
These are dymanic ranges each on Separate worksheet.
ABCdr
DEFdr
GHIdr
There are about 50 rows of entries.
When I use the fill handle to copy the formula down the
column the sheet reference remains the same all the way
down the column.(ie. ABCdr down the whole column)
Instead of the sheet reference I think I need to use the
INDIRECT function,(set up a column,each cell refering to
a different worksheet)so I will be able to copy down the
column.
How do I go about setting this up, and what would the
formula look like?
Last but not least is this the best way to do this or
am I way off base?
Thanks in advance.
A B
1 10/30/2003
2
3 ABC =VLOOKUP($B$1,ABCdr,$K$554,FALSE)
4 DEF =VLOOKUP($B$1,DEFdr,$K$554,FALSE)
5 GHI =VLOOKUP($B$1,GHIdr,$K$554,FALSE)
These are dymanic ranges each on Separate worksheet.
ABCdr
DEFdr
GHIdr
There are about 50 rows of entries.
When I use the fill handle to copy the formula down the
column the sheet reference remains the same all the way
down the column.(ie. ABCdr down the whole column)
Instead of the sheet reference I think I need to use the
INDIRECT function,(set up a column,each cell refering to
a different worksheet)so I will be able to copy down the
column.
How do I go about setting this up, and what would the
formula look like?
Last but not least is this the best way to do this or
am I way off base?
Thanks in advance.