Link To a Worksheet in The Same Workbook

Franz

Board Regular
Joined
Aug 12, 2002
Messages
90
I need to use the VLOOKUP formula to pull data from a range of cells on another sheet in the same workbook.
Can anyone give me the exact syntax to do this. My workbook name is Estimate.xls and the Worksheet name is PriceList.Here is my formula which does not work! Thanks.
=IF(G313=0,"-",VLOOKUP(G313,PriceList!A1:D5000,4,0))
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I also agree that the formula is fine yet I return only a "-" no matter what I type in G313. I have triple checked to make sure the values entered in G313 matches whats in the first column A of the LOOKUP table. There must be something simple I am missing....

Thanks for your reply.
 
Upvote 0
Double check that the value in G313 has a corresponding match in column A of your data table. Check things like:

•One is a text value and the other is a numeric value (use the ISTEXT and ISNUMBER functions)
•One has trailing spaces (e.g., "Barrie " compared to "Barrie")

Regards,
 
Upvote 0
AS a follow up to this problem for anyone who is interested:

The worksheet I inherited was converted from Lotus 123 to Excel. Under the Options/Transition Tab the two transition check boxes for formulas were checked on which screws up the LOOKUP Formula as I had composed it. If I check those two boxes off the LOOKUP formula works as it should but all other formulas in the worksheet will not calculate but return #Value!

So, how do I make Lotus 123 transitioned formulas and the LOOKUP I created work together in harmony ? Can anyone help?
 
Upvote 0

Forum statistics

Threads
1,214,897
Messages
6,122,151
Members
449,068
Latest member
shiz11713

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