![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 3
|
I set up my vlookup table and it reports back to the cell the proper reference. But when I copy the vlookup statement down the rest of the spreadsheet column, it displaces the vlookup table, one cell downward each time. How can I hold the table reference steady, while I do down my column? (Does that make any sense?). Thanks.
D |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Southfield,MI USA
Posts: 1,030
|
Hiya,
Use Non-Relative references Instead of =Vlookup(A2,X2:Y200,2,false) use =Vlookup(A2,$X$2:$Y$200,2,false) Adam |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=VLOOKUP(A1,$E$2:$G$20,2) |
|
|
|
|
|
|
#4 | |
|
Board Regular
Join Date: Apr 2002
Location: Manchester UK
Posts: 133
|
Quote:
=VLOOKUP(H7,$I$7:$J$9,2,FALSE) instead of the ordinary =VLOOKUP(H7,I7:J9,2,FALSE) |
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 3
|
You all are great! Thanks so much!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|