Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I stop the table-array from changing when I drag-copy VLOOKUP down a
sheet. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use $ in the table array address
-- Gary''s Student - gsnu2007j "citygirl" wrote: How can I stop the table-array from changing when I drag-copy VLOOKUP down a sheet. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Either use $ signs like $A$1:$D$52
Or give the range a defined name like TheTable through InsertNameDefine Then the formula would be =VLOOKUP(G1,TheTable,2,FALSE) Gord Dibben MS Excel MVP On Thu, 24 Jul 2008 13:14:08 -0700, citygirl wrote: How can I stop the table-array from changing when I drag-copy VLOOKUP down a sheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |