Good morning, hopefully the title makes sense but I'll try my best to explain:
Basically, I have a 1KG bag of mixed sweets, the 1KG bag is made up of several components.
I'm pulling the information from our ERP system for the 'quantities' (What these quantities are based upon, I don't know - It's just the information I have)
So, I have the following Bill of Materials:
To calculate the quantities for each item, I'm multiplying the size of the bag (from the description) against the QTY (Col B) using the formula in Col D, The results are as Col E.
In Col F, the 'Final QTY', This is calculated by dividing each result (Col E), by the total sum of the values in Col E, (6.033 being the total SUM), which is then expressed as a percentage.
The issue I'm having is that I want these % values to be expressed to to the nearest multiple of 5 whilst still equaling 100. I've tried =CEILING & ROUND formulas to try it but I can't figure it out.
So my final %'s might look look like:
Thank you in advance for any replies.
Basically, I have a 1KG bag of mixed sweets, the 1KG bag is made up of several components.
I'm pulling the information from our ERP system for the 'quantities' (What these quantities are based upon, I don't know - It's just the information I have)
So, I have the following Bill of Materials:
Component | QTY | Description | Formula | Formula result | Final QTY |
N92381 | 0.7 | Green Paint Ball Mallows 900g | =0.9*0.7 | 0.63 | 10% (0.63/6.033)*100 |
N94137 | 0.525 | Jelly Beans 3kg | =3*0.525 | 1.575 | 26% (1.575/6.033)*100 |
N94413 | 0.473 | Gingerbread Men Flavoured Candy 3kg | =3*0.473 | 1.419 | 24% (1.419/6.033)*100) |
N94423 | 0.473 | Soft Candy Canes Mini 3kg | =3*0.473 | 1.419 | 24% (1.419/6.033)*100) |
N99003 | 0.33 | Fizzy Christmas Trees Red & Green 3kg | =3*0.33 | 0.99 | 16% (0.99/6.033)*100 |
6.033 | 100% |
To calculate the quantities for each item, I'm multiplying the size of the bag (from the description) against the QTY (Col B) using the formula in Col D, The results are as Col E.
In Col F, the 'Final QTY', This is calculated by dividing each result (Col E), by the total sum of the values in Col E, (6.033 being the total SUM), which is then expressed as a percentage.
The issue I'm having is that I want these % values to be expressed to to the nearest multiple of 5 whilst still equaling 100. I've tried =CEILING & ROUND formulas to try it but I can't figure it out.
So my final %'s might look look like:
10% |
25% |
25% |
25% |
15% |
100% |
Thank you in advance for any replies.