Re: Which formula to use
Posted: 12-10-2006, 02:24 AM
Assuming unit prices vary in multiples of 5 units, then the formula for
calculating the unit price for n units in cell A1 is:
=(40+INT(A1/5)*5*6)/A1
and, if this formula is in B1, then the total price is:
=A1*B1
With these formulae, you don't need a list but, if you want to create one
anyway, put:
=ROW()*5
in A1, then copy all three formulae down as far as you need.
Cheers
--
macropod
[MVP - Microsoft Word]
"peterm" <peterm@discussions.microsoft.com> wrote in message
news:B08BB91A-9E82-4306-8D3D-DD40FAB8EE25@microsoft.com...
> Hi Alluse.
> I wish to do a spread sheet for pricing and I am not sure what formula to
> I sell 50 items for $340.00 - $6.80 a unit - 55 items for $370.00 - $6.73a
> unitI
> 80 items for $520.00 $6.50 a unit. Is there a formula that I can use so if
> havewill
> a list in column A going from 5 - 100 in steps of 5 (5,10,15 etc) that
> give me the total price in column B and a unit price in Column C.
> I know the price for 50 and 55 is correct I guessed the price for 80. That
> is why I need a list.
> Cheers
> Peterm



Linear Mode


Posts: n/a