Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default increase column by %, result must be rounded up to next $

I need to increase the prices on my pricelist by 5%, the resulting amounts
also have to be rounded up to the next $ amount. I have tried putting 1.05
in an unused cell, copying, then using paste special, with value and multiply
checked. This gets the % but the numbers are not rounded.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default increase column by %, result must be rounded up to next $

Try this? Current price in A1, this formula in B1
=ROUND(A1*1.05+.5,0)

You can then copy amounts in column B and use Paste Special | Values over
the amounts that were in column A and then do away with column B if you want.

Are you sure you want to round up to next whole $?? An item that was $1.99
goes up to $2.0895 but gets rounded up to $3.00. Good for profit, but... ?

"Boss Mary" wrote:

I need to increase the prices on my pricelist by 5%, the resulting amounts
also have to be rounded up to the next $ amount. I have tried putting 1.05
in an unused cell, copying, then using paste special, with value and multiply
checked. This gets the % but the numbers are not rounded.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default increase column by %, result must be rounded up to next $

Forgot to mention, in B1
=ROUNDUP(A1*1.05,0)
will yield same results as the other formula.

"Boss Mary" wrote:

I need to increase the prices on my pricelist by 5%, the resulting amounts
also have to be rounded up to the next $ amount. I have tried putting 1.05
in an unused cell, copying, then using paste special, with value and multiply
checked. This gets the % but the numbers are not rounded.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default increase column by %, result must be rounded up to next $

Prices on most items are $500.00 to several thousand dollars, so the amount
when rounded up is insignificant. I did not mention that I have three colums
that are connected so when price is increased in one the prices in the others
also increase accordingly.

"JLatham" wrote:

Forgot to mention, in B1
=ROUNDUP(A1*1.05,0)
will yield same results as the other formula.

"Boss Mary" wrote:

I need to increase the prices on my pricelist by 5%, the resulting amounts
also have to be rounded up to the next $ amount. I have tried putting 1.05
in an unused cell, copying, then using paste special, with value and multiply
checked. This gets the % but the numbers are not rounded.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default increase column by %, result must be rounded up to next $

Didn't mean to make you defend your business strategy - that's literally
"your business", just making sure that's what you wanted.

Did the formula help, or is the fact that there are other columns
interfering with things?

"Boss Mary" wrote:

Prices on most items are $500.00 to several thousand dollars, so the amount
when rounded up is insignificant. I did not mention that I have three colums
that are connected so when price is increased in one the prices in the others
also increase accordingly.

"JLatham" wrote:

Forgot to mention, in B1
=ROUNDUP(A1*1.05,0)
will yield same results as the other formula.

"Boss Mary" wrote:

I need to increase the prices on my pricelist by 5%, the resulting amounts
also have to be rounded up to the next $ amount. I have tried putting 1.05
in an unused cell, copying, then using paste special, with value and multiply
checked. This gets the % but the numbers are not rounded.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Increase a value by a % with result showing in original cell? ASmith Excel Discussion (Misc queries) 1 August 7th 06 09:48 PM
how to state result of current yr/last yr % increase/decrease Jane P. Excel Discussion (Misc queries) 3 July 6th 05 08:31 PM
Increase Column D by 10% dbrumit Excel Discussion (Misc queries) 3 June 7th 05 07:30 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"