Please help!

tammymb

New Member
Joined
Jul 20, 2014
Messages
12
Hi! I posted once before but no one seems to know, My file is located at http://www.bluedaisypress.com/help.zip it only has 3 columns.

In column A are item numbers, column B - weights AND

column c are the item numbers I HAVE

column d is where I want to put the weights that match my item numbers from column a
I need them to stay in the order they are in though!

THEN when thats done, I need to convert the weights from pounds to grams!

SO basically, if you look at the item in lets say C2 - it is somewhere in column one with the right weight!

I would appreciate the help, Im lost!

Thank you!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi, can't access your file.
Better you post a small sample next time...
Given in A1:
Item#PoundsItem#_bgrams
x18.33X2 2,281.57
x25.03X4 1,719.12
x310.95X5 657.71
x43.79X7 4,445.21
x51.45
x68.44
x79.8
x83.13
x91.22
x104.46

<!--StartFragment--> <colgroup><col width="65" span="4" style="width:65pt"> </colgroup><tbody>
<!--EndFragment--></tbody>


Formula in D2 is =CONVERT(INDEX($B$2:$B$11,MATCH(C2,$A$2:$A$11,0)),"lbm","g")
 
Upvote 0

Forum statistics

Threads
1,214,885
Messages
6,122,090
Members
449,065
Latest member
Danger_SF

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