Return Lookup Value from another Tab after looking up 3 columns ??

daleholden

Board Regular
Joined
Sep 22, 2002
Messages
243
How do i return the correct value in excel via a lookup
Problem
Tab Stock
Col A = Item Number e.g 1001
Col J Return Value from Look UK

Tab Shipping
Col A = Item Number e.g 1001
Col G = UK Shipping Cost for item 1001

So i want

Tab Stock

Item Shipping Cost
1001 9

Tab Shipping

Item NL BE DE FR UK
1001 5 6 5 8 9

Hope it makes sense how do i return 9 from Tab Shipping back to Tab Stock ?
 

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.
I could be misunderstanding your need, but would entering =VLOOKUP(A2,Shipping!A:F,6,FALSE) into cell J2 on Stock work for you?
 
Upvote 0
HI i have tried the following


=VLOOKUP(A15,'(5) DROP SHIP CHARGES'!A4:A,7,0)

Also tried =VLOOKUP(A15,'(5) DROP SHIP CHARGES'!A4:U226,7,FALSE) covering the whole table

I get #N/A

Note A15 is correct it is where the codes start
 
Upvote 0

Forum statistics

Threads
1,214,412
Messages
6,119,369
Members
448,888
Latest member
Arle8907

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