Vlookup from another sheet

Jafro

New Member
Joined
Jun 10, 2002
Messages
36
How do I do a vlookup on a table that is on another excel sheet?
IE What is the formula to go to the other sheet and return the proper answer
Thanks Jafro
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Jafro said:
How do I do a vlookup on a table that is on another excel sheet?
IE What is the formula to go to the other sheet and return the proper answer
Thanks Jafro

If it's in the same workbook something like

=VLOOKUP(A1,SHEET2!B1:C20,2,0), or you could "name" your table and use,

=VLOOKUP(A1,TableName,2,0),

If it's in another workbook, the workbook needs to be open and use the workbook name.
 
Upvote 0
Have both workbooks open.

Create the Vlook up
Window to the other file, highlight (or use the range name) of the data you want to search
Finish the vlookup statement in the first file

If you copy the formula down to many rows or across columns, be sure to absolute the appropriate cells.

Good luck.

JAZ
 
Upvote 0
Brian:
I tried the one you gave and it does not work. Here is some more info
Look at the result in D30 in the sheet "house" and find in the sheet (in the same wookbook) "tables"
The table is located between cells AB5 and AC45
From this info can you give me the formula?
Thanks Jafro :oops: :rolleyes:
 
Upvote 0
Jafro said:
Brian:
I tried the one you gave and it does not work. Here is some more info
Look at the result in D30 in the sheet "house" and find in the sheet (in the same wookbook) "tables"
The table is located between cells AB5 and AC45
From this info can you give me the formula?
Thanks Jafro :oops: :rolleyes:

=VLOOKUP(HOUSE!D30,TABLES!AB5:AC45,2,0)
 
Upvote 0
Help:The formula as stated would not work. I even tried the one given by HELP in excel and it does not work either. I am using excel2000 if that means anything.
This is what I want to happen
Look at Cell D30 in the worksheet call "house"
Lookup the coresponding value in a chart in another worksheet in the same workbook called "tables" via vlookup. Insert this value in cell D30.
If there is no value in cell D30 then the cell shoukd remain blank.

Thanks Jafro
 
Upvote 0
"Lookup the coresponding value in a chart "

you cannot look up data from a chart, only the table that houses that data the chart was built from.
 
Upvote 0
Hi Jafro:

It is hard to get clear picture of what you are trying to accompish. Please bear with me for a minute and see if I am getting it right from what you have said. In using the VLOOKUP function in a worksheet (let me Call it Jafro's worksheet),

1. the lookup value is in cell D30 of a worksheet called HOUSE
2. Your LOOKUP values are in a range called TABLE in Jafro's worksheet
3. you want to put result of the VLOOKUP in cell D30 of Jafro's worksheet

Questions ...
a. in what column of TABLE, does the value to be looked up lie
b. is the value being lookep up Text or Numeric
c. how is the data laid out in the lookup column of the table (sorted or unsorted)
d. you have made reference to a Chart in your description -- what is the reference to the Chart about?

I think it might clarify things a lot if you can post your related data using Colo's Cool utility. If the problem is clearly understood, I am sure you will get meaningful help.
 
Upvote 0
Sorry for the confusion. I will try again
Workbook called "Servicecalc"
Worksheet inside "Servicecalc" called "House"
Another worksheet inside "Servicecalc" called "Tables"
eg. of "Tables" This sheet contains 7 different tables of numbers
Table #1 in "Tables"
AB AC
5 =15 5 = 17
6 =20 6 = 19
7 =30 7 = 25
8 =40 8 = 35
9 =50 9 = 45

The value in cell D30 is compared to the value in AB5 to 9 and the corresponding value in AC5 to9 is returned to cell D30
Hope this helps
jafro
 
Upvote 0
Jafro said:
Sorry for the confusion. I will try again
Workbook called "Servicecalc"
Worksheet inside "Servicecalc" called "House"
Another worksheet inside "Servicecalc" called "Tables"
eg. of "Tables" This sheet contains 7 different tables of numbers
Table #1 in "Tables"
AB AC
5 =15 5 = 17
6 =20 6 = 19
7 =30 7 = 25
8 =40 8 = 35
9 =50 9 = 45

The value in cell D30 is compared to the value in AB5 to 9 and the corresponding value in AC5 to9 is returned to cell D30
Hope this helps
jafro

From your example, what would be the expected result for a number in D30? And how would one know which table of the seven to use?
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,019
Members
448,938
Latest member
Aaliya13

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top