Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I need a vlookup pathname to be found in a cell. Is this possible? for instance: =vlookup(a2, " value found in another cell " , 2,false). The folder, tab, cells are always the same. The only varience is the workbook name. I've looked on forums to try and help they all suggest other addins. I'm not too keen to install them as it is a work computer. Thank you |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use INDIRECT function
It basically lets you use it in VLOOKUP to point to a cell which can have a formula to generate the filename... "mdhodgson" wrote: Hello, I need a vlookup pathname to be found in a cell. Is this possible? for instance: =vlookup(a2, " value found in another cell " , 2,false). The folder, tab, cells are always the same. The only varience is the workbook name. I've looked on forums to try and help they all suggest other addins. I'm not too keen to install them as it is a work computer. Thank you |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello CHip,
Just wanted to thank you. I am a great fan of your website on Excel. It has taught me great things and saved hundreds of hours... Regards, Vinamra "Chip Pearson" wrote: You can use the INDIRECT function. For example, =VLOOKUP("a",INDIRECT("["&F3&"]Sheet1!A1:B10"),2,FALSE) This will take the workbook name from cell F3. Note that INDIRECT requires that the file named in F3 be open. INDIRECT does not work with closed files. -- Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I second that.
Your website is an excellent place to get help on excel. Keep up the good work. Mukesh "Sheeloo" wrote: Hello CHip, Just wanted to thank you. I am a great fan of your website on Excel. It has taught me great things and saved hundreds of hours... Regards, Vinamra "Chip Pearson" wrote: You can use the INDIRECT function. For example, =VLOOKUP("a",INDIRECT("["&F3&"]Sheet1!A1:B10"),2,FALSE) This will take the workbook name from cell F3. Note that INDIRECT requires that the file named in F3 be open. INDIRECT does not work with closed files. -- Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display the pathname/address of a hyperlink? | Excel Worksheet Functions | |||
How do use listed pathname to link values from another workbook? | Excel Discussion (Misc queries) | |||
Using a dynamic pathname in VLOOKUP | Excel Worksheet Functions | |||
Using a variable to represent the pathname in a formula | Excel Discussion (Misc queries) | |||
Full Pathname in Titlebar | Setting up and Configuration of Excel |