Re: Fill Series Across Multiple Workbooks
- From: Roger Govier <roger@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 04 Oct 2005 16:25:01 +0100
Hi
Do you mean something like
=VLOOKUP(A1,Sheet2!$A$!:$G$1000,2,0)
where you are wanting to increment the 2 in the above to take successive columns from the lookup table?
If so, replace the 2 with Column(), which will increment with the column number as you drag across.
In B1 =VLOOKUP(A1,Sheet2!$A$!:$G$1000,Column(),0) would be exactly the same as B is column 2.
You can always do + or - a number after the column() variable if required.
If it is not this, then please pot back with more information about what you are trying to achieve.
Regards
Roger Govier
DangerMouse wrote:
Thanks for the reply that wasnt exactly what i was looking for however.
I am looking to fill series from an external workbook.
Any ideas?
thanks
.
- References:
- Re: Fill Series Across Multiple Workbooks
- From: DangerMouse
- Re: Fill Series Across Multiple Workbooks
- Prev by Date: VBA: BeforeClose + SaveChanges := False
- Next by Date: Hyperlink problem 2003 to 2002 and 2000
- Previous by thread: Re: Fill Series Across Multiple Workbooks
- Next by thread: Re: Shortcut
- Index(es):