cell to reference another cells data from a table...

rpo83

New Member
Joined
Jun 5, 2019
Messages
9
Hi All,

i struggled with the title for this question... sorry.

What i'm trying to do is to set a freight value from a table of variables. I have a multi page workbook where page 1 is all the variables we need to consider.

Column 1 on all other pages lists product category A to H, what i want to do is have my freight calculation to read the column 1 value (a-h), then lookup that value on my variables page to apply the freight value in $

I hope i have explained that well enough...

mrexcel.jpg
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Create Named Range Freight

Freight.jpg


and then use in VLOOKUP

Book1
AB
1CategoryCharge
2g7
3d4
4a1
5b2
Sheet2
Cell Formulas
RangeFormula
B2:B5B2=VLOOKUP(A2,Freight,2,0)
 
Upvote 0

Forum statistics

Threads
1,214,889
Messages
6,122,097
Members
449,065
Latest member
albertocarrillom

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