percentage calculation

Lars1

Board Regular
Joined
Feb 3, 2021
Messages
154
Office Version
  1. 365
Platform
  1. Windows
I have a problem with a percentage calculation.
Hope someone could help.

I have a blend where it is essential that the relation between the three ingrediens is correct/fixed.

How to calculate how much to add of ingrediens 2 and 3, if i add extra ingrediens 1 ?
How to calculate how much to add of ingrediens 3, if i add extra ingrediens 1 and 2 ?
How to calculate how much to add of ingrediens 1 and 3, if i add extra ingrediens 2 ?
etc.

in the example below i have 100 kg. total and i then add extra ingrediens 1.


1618901251902.png
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
For add One Ingredient:
Multiply Extra At Value of Other ingredient ( or Percentage) (one by one) then Divide at the Value of Ingredient (or Percentange) that added
If add Extra at Ing. 1 then multiply extra at value of ing. 2 then divide to value of ing. 1 ( do same for ing. 3 & Total)

For add Two Ingredient:
You should first do above steps for each one without adding others at 2 separate steps
then select each one you want

Example:
Book1
ABCDEFGHI
1%KgAdd Extra (kg)Add Extra (kg)Calculate Ingr2 & 3 with if Add Ingr. 1Calculate Ingr1 & 3 with if Add Ingr. 2
2Ingredient 132.5%32.5024.002020.0021.67
3Ingredient 237.5%37.5027.692523.0825.00
4Ingredient 330.0%30.0022.1518.4620.00
5100%100.0073.8561.5466.67
6
7ADD Ingr. 1ADD Ingr. 1 & 2
8
Sheet1
Cell Formulas
RangeFormula
H2,H4:H5H2=$H$3*C2/$C$3
G3:G5G3=$G$2*C3/$C$2
B2:B4B2=C2/$C$5
D3:D5D3=$D$2*C3/$C$2
B5:C5B5=SUM(B2:B4)
 
Upvote 0
Solution
For add One Ingredient:
Multiply Extra At Value of Other ingredient ( or Percentage) (one by one) then Divide at the Value of Ingredient (or Percentange) that added
If add Extra at Ing. 1 then multiply extra at value of ing. 2 then divide to value of ing. 1 ( do same for ing. 3 & Total)

For add Two Ingredient:
You should first do above steps for each one without adding others at 2 separate steps
then select each one you want

Example:
Book1
ABCDEFGHI
1%KgAdd Extra (kg)Add Extra (kg)Calculate Ingr2 & 3 with if Add Ingr. 1Calculate Ingr1 & 3 with if Add Ingr. 2
2Ingredient 132.5%32.5024.002020.0021.67
3Ingredient 237.5%37.5027.692523.0825.00
4Ingredient 330.0%30.0022.1518.4620.00
5100%100.0073.8561.5466.67
6
7ADD Ingr. 1ADD Ingr. 1 & 2
8
Sheet1
Cell Formulas
RangeFormula
H2,H4:H5H2=$H$3*C2/$C$3
G3:G5G3=$G$2*C3/$C$2
B2:B4B2=C2/$C$5
D3:D5D3=$D$2*C3/$C$2
B5:C5B5=SUM(B2:B4)
[Works perfect - THAN
Cell Formulas
RangeFormula

For add One Ingredient:
Multiply Extra At Value of Other ingredient ( or Percentage) (one by one) then Divide at the Value of Ingredient (or Percentange) that added
If add Extra at Ing. 1 then multiply extra at value of ing. 2 then divide to value of ing. 1 ( do same for ing. 3 & Total)

For add Two Ingredient:
You should first do above steps for each one without adding others at 2 separate steps
then select each one you want

Example:
Book1
ABCDEFGHI
1%KgAdd Extra (kg)Add Extra (kg)Calculate Ingr2 & 3 with if Add Ingr. 1Calculate Ingr1 & 3 with if Add Ingr. 2
2Ingredient 132.5%32.5024.002020.0021.67
3Ingredient 237.5%37.5027.692523.0825.00
4Ingredient 330.0%30.0022.1518.4620.00
5100%100.0073.8561.5466.67
6
7ADD Ingr. 1ADD Ingr. 1 & 2
8
Sheet1
Cell Formulas
RangeFormula
H2,H4:H5H2=$H$3*C2/$C$3
G3:G5G3=$G$2*C3/$C$2
B2:B4B2=C2/$C$5
D3:D5D3=$D$2*C3/$C$2
B5:C5B5=SUM(B2:B4)

Works perfect - THANKS
 
Upvote 0

Forum statistics

Threads
1,215,220
Messages
6,123,694
Members
449,117
Latest member
Aaagu

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