daleyelland
New Member
- Joined
- Jan 18, 2018
- Messages
- 2
Hi all,
Having a thick moment here and can't get my head round something that I'm sure is really simple. In Sheet1, I have a table of items and the weight of the item is in column X.
In Sheet2 I have a table of shipping costs depending on weight. The table is below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 112"]
<tbody>[TR]
[TD="width: 112"]Item Weight Min[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 114"]
<tbody>[TR]
[TD="width: 114"]Item Weight Max[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 90"]
<tbody>[TR]
[TD="width: 90"]Cost[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]150[/TD]
[TD]1.66[/TD]
[/TR]
[TR]
[TD]151[/TD]
[TD]400[/TD]
[TD]1.72[/TD]
[/TR]
[TR]
[TD]401[/TD]
[TD]900[/TD]
[TD]1.77[/TD]
[/TR]
[TR]
[TD]901[/TD]
[TD]1400[/TD]
[TD]2.19[/TD]
[/TR]
</tbody>[/TABLE]
Say for example an item weighs 100 it would cost 1.66, 500 would cost 1.77 etc. I need a formula that assigns a group for each weight, eg. 100 = 0-150, and then gives the cost at the end
Many thanks
Having a thick moment here and can't get my head round something that I'm sure is really simple. In Sheet1, I have a table of items and the weight of the item is in column X.
In Sheet2 I have a table of shipping costs depending on weight. The table is below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 112"]
<tbody>[TR]
[TD="width: 112"]Item Weight Min[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 114"]
<tbody>[TR]
[TD="width: 114"]Item Weight Max[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 90"]
<tbody>[TR]
[TD="width: 90"]Cost[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]150[/TD]
[TD]1.66[/TD]
[/TR]
[TR]
[TD]151[/TD]
[TD]400[/TD]
[TD]1.72[/TD]
[/TR]
[TR]
[TD]401[/TD]
[TD]900[/TD]
[TD]1.77[/TD]
[/TR]
[TR]
[TD]901[/TD]
[TD]1400[/TD]
[TD]2.19[/TD]
[/TR]
</tbody>[/TABLE]
Say for example an item weighs 100 it would cost 1.66, 500 would cost 1.77 etc. I need a formula that assigns a group for each weight, eg. 100 = 0-150, and then gives the cost at the end
Many thanks