Hi
I have a VLOOKUP that I need to use to enter info vertically
=VLOOKUP($A1,cust,1,FALSE)(CUST IS A DEFINED NAME)
If I fill down all is ok but I want to fill across keeping the absolute reference (A1) but allowing the lookup column to change from 1 to 2 to 3 etc.
eg.
=VLOOKUP($A1,cust,1,FALSE) =VLOOKUP($A1,cust,2,FALSE) =VLOOKUP($A1,cust,3,FALSE) ETC
When I drag across using the fill handle it keeps the column reference and so adds the same info along all columns.
Is there a way od doing this ?
AJD
AJD
I have a VLOOKUP that I need to use to enter info vertically
=VLOOKUP($A1,cust,1,FALSE)(CUST IS A DEFINED NAME)
If I fill down all is ok but I want to fill across keeping the absolute reference (A1) but allowing the lookup column to change from 1 to 2 to 3 etc.
eg.
=VLOOKUP($A1,cust,1,FALSE) =VLOOKUP($A1,cust,2,FALSE) =VLOOKUP($A1,cust,3,FALSE) ETC
When I drag across using the fill handle it keeps the column reference and so adds the same info along all columns.
Is there a way od doing this ?
AJD
AJD