Turning waste weight into cost 1. kg =$3

Abo666

New Member
Joined
Mar 17, 2022
Messages
11
Office Version
  1. 2016
Platform
  1. Windows
If I know how much waste is generated and the cost per kg ,how can I covert that.


Exp. 1.25 kg at $3 a kg ?

At the moment I type in the weight of the product and have a formula that's shows the waste weight,,,now I would like to convert that into cost of waste.
This is the formula for finding the amount of waste.=if(c2>13.5,c2-13.5,"") I have a formula for under weight,but it is the over weight that I want to cost,,,1 kg cost $3 and there usually will be a decimal point in there and the weight of the waste can vary.
I have had great help from this site,so thank you all
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi Something like this maybe:

Book1
CDE
1WeightWasteCost
2140.51.5
318.545.0415.12
410  
Sheet1
Cell Formulas
RangeFormula
D2:D4D2=IF(C2>13.5,C2-13.5,"")
E2:E4E2=IF(D2="","",D2*3)
 
Upvote 0
Solution
Upvote 0
Thank you so much, fantastic people on here,learning lots.
Worked perfectly.I am very happy that on this site I have asked help on three threads to help build a formula and got great results and more.
A very big thank you,to all that help me learn more
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

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