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.
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.