Using your formula of:
=((($G7/16)*(1+T$4))*T$6)
AND, the numbers in your example:
G7 (cost in lbs) = $9.96, T4 (markup) = 210%, T6 (packaging size in ounces)
= 1.5
Your formula returns 2.894625
Where the total is *not* 2.89
2.894625 becomes 2.90,
Which rounds to 2.99
It's your decision what to charge in such cases as this.
What would you want to do with an amount of 2.899999
As opposed to an amount of 2.8900000
If you are willing to accept (use) *only* the first two decimal places as
the basis for your calculations, you might try something like this:
=CEILING(TRUNC(($G7/16*(1+T$4)*T$6),2)+0.01,0.1)-0.01

Signature
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
Hi RD,
In one of my columns I use formula =((($G7/16)*(1+N$4))*N$6) to calculate
the selling price in ounces, my 2nd column uses formula
=CEILING(((($G7/16)*(1+T$4))*T$6)+0.01,0.1)-0.01
which calculates the rounded selling price in ounces.
If it happens that the price per ounce ends with a 9 the rounded price adds
$ .10 cents to the amount.
Here is an example:
G7 (cost in lbs) = $9.96, T4 (markup) = 210%, T6 (packaging size in ounces)
= 1.5
> No it doesn't!
>
[quoted text clipped - 40 lines]
>>>>> Thanks for any help.
>>>>> Gerd
Gerd - 29 Sep 2006 17:19 GMT
You are absolutely correct. I only displayed 2 decimals for my cost, thus,
"assuming" the amount was what I saw.
And thanks for the additional formula. I guess I now have to make a
decission about how I want to calculate and display my cost.
Thanks again for your excellent help.
Gerd
> Using your formula of:
>
[quoted text clipped - 98 lines]
>>>>>> Thanks for any help.
>>>>>> Gerd
RagDyer - 29 Sep 2006 19:02 GMT
You're quite welcome, and thank you for the feed-back.

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> You are absolutely correct. I only displayed 2 decimals for my cost, thus,
> "assuming" the amount was what I saw.
[quoted text clipped - 108 lines]
>>>>>>> Thanks for any help.
>>>>>>> Gerd