Vlookup autofill for multiple worksheets

T

torooo

Can I use autofill (drag across) to increase the column count?

For example:

On row U, I have the following formula

=IFERROR(VLOOKUP($A10,Online!$A$1:$J
$153,9,FALSE),IFERROR(VLOOKUP($A10,Allocations!$A$1:$J
$153,9,FALSE),IFERROR(VLOOKUP( $A10,'Corporate Exp'!$A$1:$J
$154,9,FALSE),0)))

and I want to increase row X by 1 and so on (I have about 24 columns)

=IFERROR(VLOOKUP($A9,Online!$A$1:$J
$153,10,FALSE),IFERROR(VLOOKUP($A9,Allocations!$A$1:$J
$153,10,FALSE),IFERROR(VLOOKUP( $A9,'Corporate Exp'!$A$1:$J
$154,10,FALSE),0)))

I will also like to expand the data - expand to K233 as the data
increase.



Thanks in advance for you help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top