Hi Experts, Id like a solution to solve the following error i have in my formula
FORMULA
[qty*1.1rnd0.3/4.2rnd1] /4.2
What Im wanting to do here is, whatever qty i add, i need the formula to add 10%, then round up to the next increment of 0.30, then i want it to divide by 4.20 and round up to the next full 4.20, the result to have 4.2 shown
If I enter the qty as 1.80 and have the formula work correctly, it should give me the following result 1/ 4.20
Here are the calculation steps that should be taken
1.80x1.1=1.98
1.98 roundup into increments of 0.3 = 2.10
2.10 / 4.20 = 0.50
0.50 roundup into increments of 4.20 = 4.20
final result = 1/ 4.20
=ROUNDUP(ROUNDUP(A1*1.1/3,