#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default increase column by %

I need to increase a price list by 5%. I must also round up the numbers to
the next $
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default increase column by %

=ROUNDUP(A1*1.05,0)
--
David Biddulph

"Boss Mary" <Boss wrote in message
...
I need to increase a price list by 5%. I must also round up the numbers to
the next $



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default increase column by %

David

I need to do this function for an entire column not just one cell, do you
have an answer ?

"David Biddulph" wrote:

=ROUNDUP(A1*1.05,0)
--
David Biddulph

"Boss Mary" <Boss wrote in message
...
I need to increase a price list by 5%. I must also round up the numbers to
the next $




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default increase column by %

Insert a new column adjacent to the original column.
Put that formula (or one similar to it) in the top cell of that new column
Drag it down as far as you need.

Select that range
edit|Copy
Select the original range
edit|Paste special|values

And delete the helper column.

Boss Mary wrote:

David

I need to do this function for an entire column not just one cell, do you
have an answer ?

"David Biddulph" wrote:

=ROUNDUP(A1*1.05,0)
--
David Biddulph

"Boss Mary" <Boss wrote in message
...
I need to increase a price list by 5%. I must also round up the numbers to
the next $





--

Dave Peterson
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 whole column by same percentage jonilyn Excel Discussion (Misc queries) 3 March 12th 07 03:56 PM
Can I increase an entire column by a percentage? KandyKane Excel Discussion (Misc queries) 4 January 25th 06 04:02 PM
can I increase excel column numbers to more than 256? aw.far Excel Discussion (Misc queries) 1 January 10th 06 09:26 AM
Increase Column D by 10% dbrumit Excel Discussion (Misc queries) 3 June 7th 05 07:30 PM
increase all values in a column by a percentage BayComp Excel Worksheet Functions 3 April 10th 05 12:59 PM


All times are GMT +1. The time now is 12:35 PM.

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

About Us

"It's about Microsoft Excel"