ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need to increase price by % and rounding up and down (https://www.excelbanter.com/excel-discussion-misc-queries/171760-need-increase-price-%25-rounding-up-down.html)

klafert

Need to increase price by % and rounding up and down
 
I want to take a price and and increase it by a percentage. However, we also
rounded to the nearest nickel. If the cents was 3.75 we would multiply it by
3% that would make the price 3.87 then we would round it to 3.90. If the
price was 3.71 after the increase then we would round it to 3.70. Any
suggestion how to automat this so we don't have to go and manually change
each price?

Thanks for the help

MartinW

Need to increase price by % and rounding up and down
 
Hi Klafert,

With 3.75 in A1
Put this in B1
=ROUND(A1*1.03/0.1,0)*0.1
And format to two decimal places

HTH
Martin


"klafert" wrote in message
...
I want to take a price and and increase it by a percentage. However, we
also
rounded to the nearest nickel. If the cents was 3.75 we would multiply it
by
3% that would make the price 3.87 then we would round it to 3.90. If the
price was 3.71 after the increase then we would round it to 3.70. Any
suggestion how to automat this so we don't have to go and manually change
each price?

Thanks for the help




Tyro[_2_]

Need to increase price by % and rounding up and down
 
We need to know your rounding rules. 3.71 becomes 3.7, 3.72 becomes ?, 3.73
becomes ? ....... 3.79 becomes ?

"klafert" wrote in message
...
I want to take a price and and increase it by a percentage. However, we
also
rounded to the nearest nickel. If the cents was 3.75 we would multiply it
by
3% that would make the price 3.87 then we would round it to 3.90. If the
price was 3.71 after the increase then we would round it to 3.70. Any
suggestion how to automat this so we don't have to go and manually change
each price?

Thanks for the help




daddylonglegs

Need to increase price by % and rounding up and down
 
You say you want to round to the nearest nickel (0.05) but your examples make
it look like you're rounding to the nearest dime (0.1) because 3.87 rounded
to the nearest nickel would be 3.85 not 3.9....so, both ways

To round to the nearest nickel

=ROUND(A1*1.03*2,1)/2

where your original amount is in A1

To round to the nearest dime

=ROUND(A1*1.03,1)

"Tyro" wrote:

We need to know your rounding rules. 3.71 becomes 3.7, 3.72 becomes ?, 3.73
becomes ? ....... 3.79 becomes ?

"klafert" wrote in message
...
I want to take a price and and increase it by a percentage. However, we
also
rounded to the nearest nickel. If the cents was 3.75 we would multiply it
by
3% that would make the price 3.87 then we would round it to 3.90. If the
price was 3.71 after the increase then we would round it to 3.70. Any
suggestion how to automat this so we don't have to go and manually change
each price?

Thanks for the help





MartinW

Need to increase price by % and rounding up and down
 
I obviously don't know the difference between nickels and dimes

=ROUND(A1*1.03/0.1,0)*0.1
will round to the nearest ten cents

=ROUND(A1*1.03/0.05,0)*0.05
will round to the nearest five cents

HTH
Martin

"MartinW" wrote in message
...
Hi Klafert,

With 3.75 in A1
Put this in B1
=ROUND(A1*1.03/0.1,0)*0.1
And format to two decimal places

HTH
Martin


"klafert" wrote in message
...
I want to take a price and and increase it by a percentage. However, we
also
rounded to the nearest nickel. If the cents was 3.75 we would multiply
it by
3% that would make the price 3.87 then we would round it to 3.90. If the
price was 3.71 after the increase then we would round it to 3.70. Any
suggestion how to automat this so we don't have to go and manually
change
each price?

Thanks for the help






klafert

Need to increase price by % and rounding up and down
 
The rule is if the second digit 2 or below then we round down - example: 3.72
becomes 3.70 and if 3.73 or highger then it becomes 3.75. Hope that helps??!!

"daddylonglegs" wrote:

You say you want to round to the nearest nickel (0.05) but your examples make
it look like you're rounding to the nearest dime (0.1) because 3.87 rounded
to the nearest nickel would be 3.85 not 3.9....so, both ways

To round to the nearest nickel

=ROUND(A1*1.03*2,1)/2

where your original amount is in A1

To round to the nearest dime

=ROUND(A1*1.03,1)

"Tyro" wrote:

We need to know your rounding rules. 3.71 becomes 3.7, 3.72 becomes ?, 3.73
becomes ? ....... 3.79 becomes ?

"klafert" wrote in message
...
I want to take a price and and increase it by a percentage. However, we
also
rounded to the nearest nickel. If the cents was 3.75 we would multiply it
by
3% that would make the price 3.87 then we would round it to 3.90. If the
price was 3.71 after the increase then we would round it to 3.70. Any
suggestion how to automat this so we don't have to go and manually change
each price?

Thanks for the help






All times are GMT +1. The time now is 04:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com