![]() |
![]() |
|
|||||||
| 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 |
|
Join Date: Apr 2002
Posts: 3
|
im trying to use vlookup within the same workbook (different worksheet) and i get nothing
what i am doing =VLOOKUP(c2,'filename'!'cellname'3) any ideas??? [ This Message was edited by: Orbit121 on 2002-04-11 00:55 ] |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 40,668
|
Quote:
=VLOOKUP(lookup-value,lookup-table,column-num,match-type) is the syntax of the fuction. Try to find posts related to VLOOKUP by activating Search facility of this board. Consult also Excel's Help file. |
|
|
|
|
|
|
#3 |
|
Join Date: Mar 2002
Posts: 14
|
I'm not sure what you're trying to do but here is a formula that works:
=VLOOKUP(B11,Suppliers!A2:B32,2,FALSE) "B11" contains a variable "Suppliers!A2:B32" contains the sheet name and range to lookup "2" is the what column you want returned "False" is an exact match Hope this helps Mark |
|
|
|
|
|
#4 |
|
Join Date: Mar 2002
Location: web
Posts: 8
|
u try using the equal button located at the formula bar then follow the instruction to enter the lookup value, filename, cellname. give a try. excel can allow vlookup on the same work book.
|
|
|
|
|
|
#5 |
|
Join Date: Apr 2002
Posts: 3
|
To everyone on here, thank you very very much, you all helped!!!!!!
you guys kick some ***! |
|
|
|
|
|
#6 |
|
Join Date: Mar 2002
Location: So Cal
Posts: 380
|
i find the easiest way to get vlookup to work with in same workbook is to add absolute reference:
=VLOOKUP(c2,'filename$'$!'cellname'$3$) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|