Hi, looking for a bit of advice.
i have a built spreadsheet where i am calculating the cost of a product based on other factors. To give an example:
A1) 2.21 >>>>entered manually
A2)=A1 >>>> (so shows 2.21)
A3)=ROUND(SUM(35/B11),2) >>>> to explain, this is taking a figure of 35, then dividing it by the number of items in Cell B11, giving a result of 0.01 rounded to 2 DP
A4)=A2*I4 >>>>Here this is taking 2.21 and adding 5% which actually results in 2.33
A5)=SUM(A2:A4) >>>>This gives me a result of 2.33
A6)=SUM(A5*B9*B8) >>>>this is taking my total in A5, then x it by a width in B9 (1.000) and a length in B8 (250) giving me a result of 582.63.
However, the result should be 2.33 x 1.000 x 250 = 582.50.
it's only a difference of 0.13 i realised but over various spreadsheets the difference is bigger based on whether the width or length changes.
My gut feeling is that this is something to do with decimal places and how excell is calculating things in the background, vs what i get on a calculator - that or my formulas are wrong.
Thanks in advance.
i have a built spreadsheet where i am calculating the cost of a product based on other factors. To give an example:
A1) 2.21 >>>>entered manually
A2)=A1 >>>> (so shows 2.21)
A3)=ROUND(SUM(35/B11),2) >>>> to explain, this is taking a figure of 35, then dividing it by the number of items in Cell B11, giving a result of 0.01 rounded to 2 DP
A4)=A2*I4 >>>>Here this is taking 2.21 and adding 5% which actually results in 2.33
A5)=SUM(A2:A4) >>>>This gives me a result of 2.33
A6)=SUM(A5*B9*B8) >>>>this is taking my total in A5, then x it by a width in B9 (1.000) and a length in B8 (250) giving me a result of 582.63.
However, the result should be 2.33 x 1.000 x 250 = 582.50.
it's only a difference of 0.13 i realised but over various spreadsheets the difference is bigger based on whether the width or length changes.
My gut feeling is that this is something to do with decimal places and how excell is calculating things in the background, vs what i get on a calculator - that or my formulas are wrong.
Thanks in advance.