![]() |
Copy a Formula Q
How could I adjust the formula below, so that I can drag to columns
A:Q without having to change the last digit for each column? =VLOOKUP($A12,Report!$A$12:$Q$37,2) |
Copy a Formula Q
=VLOOKUP($A12,Report!$A$12:$Q$37,Columns($1:2)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Sean" wrote in message ... How could I adjust the formula below, so that I can drag to columns A:Q without having to change the last digit for each column? =VLOOKUP($A12,Report!$A$12:$Q$37,2) |
Copy a Formula Q
Correction:
=VLOOKUP($A12,Report!$A$12:$Q$37,Columns($A:B)) -- Regards, RD ----------------------------------------------------------------------------------------------- Please keep all correspondence within the Group, so all may benefit ! ----------------------------------------------------------------------------------------------- "RagDyeR" wrote in message ... =VLOOKUP($A12,Report!$A$12:$Q$37,Columns($1:2)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Sean" wrote in message ... How could I adjust the formula below, so that I can drag to columns A:Q without having to change the last digit for each column? =VLOOKUP($A12,Report!$A$12:$Q$37,2) |
Copy a Formula Q
=VLOOKUP($A12,Report!$A$12:$Q$37,COLUMN(A1)+1)
Gord Dibben MS Excel MVP On Sat, 23 Feb 2008 10:10:44 -0800 (PST), Sean wrote: How could I adjust the formula below, so that I can drag to columns A:Q without having to change the last digit for each column? =VLOOKUP($A12,Report!$A$12:$Q$37,2) |
Copy a Formula Q
Thanks guys, I've always suspected that it could be done, now I know
|
All times are GMT +1. The time now is 11:13 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com