+ Reply to Thread
Results 1 to 13 of 13

Increase prices in a column by 20 percent

  1. #1
    Registered User
    Join Date
    09-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Unhappy Increase prices in a column by 20 percent

    I uploaded a image to show you what column it is. I need to increase the whole column by 20% but I have no idea how to do it. Please help!!
    Attached Images Attached Images

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: I need help increasing prices in a column by 20 percent.

    Hello jimmiethegen & Welcome to the Forum,

    How about...

    In a blank cells somewhere on the spreadsheet >> put 1.2 >> then copy...

    Now highlight U2 to the end of the range >> right click >> pastespecial >> multiply >> Ok
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    09-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Increase prices in a column by 20 percent

    Thanks that worked but the only problem now is that it is giving me values like 16.272. I need it to omit the extra character. So it would be 16.27 rather then 16.272. Is there a trick to that? Thank you so much for the help!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Increase prices in a column by 20 percent

    format to 2 decimal places?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Increase prices in a column by 20 percent

    You'd need to use a formula that multiplies by 1.2 and rounds the result to two places. Then paste the results as values over the original data.
    Entia non sunt multiplicanda sine necessitate

  6. #6
    Registered User
    Join Date
    09-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Increase prices in a column by 20 percent

    Ok that worked! Thank you all. One more question... Let say the prices are at $12.3 16.2 and so on. Is there a way to edit all to have 95 after the decimal. Changing them all to lets say $12.95 $16.95 in the column? That would finish my long time issue. Thank you everyone so much!!

    Jimmie

  7. #7
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Increase prices in a column by 20 percent

    Hi Jimmie,

    Try...

    =INT(A1)+0.95

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Increase prices in a column by 20 percent

    You could try:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  9. #9
    Registered User
    Join Date
    09-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Increase prices in a column by 20 percent

    Where do I insert that? I'm such a rookie.

  10. #10
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Increase prices in a column by 20 percent

    Quote Originally Posted by newdoverman View Post
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Hi newdoverman,

    Two bugaboo's I see with this...

    1) This makes the result as text, not a number
    2) What if the number was 12.6?
    Last edited by jeffreybrown; 09-02-2013 at 09:22 PM.

  11. #11
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Increase prices in a column by 20 percent

    Hi Jimmie,

    You need to use a helper cell and enter the formula there then copy over the values as shg pointed out above...

    Let's say 12.65 starts in column C. In the next open column =INT(C2)+0.95

    Copy this down the entire column >> highlight column >> right click copy >> now move to column C >> highlight >> right click >> pastespecial >> values

    It might even be worth just leaving column m as is and just use the helper column with the new data

    D2 copied down >> =INT(C2)+0.95

    Data Range
    C
    D
    2
    16.54
    16.95
    3
    13.22
    13.95
    4
    3.1
    3.95
    5
    12.31
    12.95
    6
    14.88
    14.95
    7
    10.62
    10.95
    8
    10.88
    10.95
    9
    16.78
    16.95
    10
    14.8
    14.95
    11
    17.41
    17.95
    12
    3.88
    3.95
    Attached Files Attached Files
    Last edited by jeffreybrown; 09-02-2013 at 09:37 PM.

  12. #12
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Increase prices in a column by 20 percent

    Yah, that won't work. This seems to though. Enter in B1 and copy down the length of the data:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This will take everything from 1 cent over the dollar and round up to the 95 cents. It will also take the even dollar amount down to 96 cents and round it to 95 cents so. $10.00 will become 9.95 as will $9.99 and less.

  13. #13
    Registered User
    Join Date
    09-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Increase prices in a column by 20 percent

    My goodness! It worked! Thank you a million!! ha!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Percentage Increase for 36 months of prices
    By tylwddteg in forum Excel General
    Replies: 2
    Last Post: 12-07-2011, 05:41 PM
  2. I need to increase all prices by 5 percent
    By BlackleyBerk in forum Excel General
    Replies: 2
    Last Post: 08-05-2009, 02:15 AM
  3. [SOLVED] Percent increase
    By buzy lizzy in forum Excel General
    Replies: 2
    Last Post: 09-14-2005, 03:05 PM
  4. Percent increase
    By lledcp in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-14-2005, 05:06 PM
  5. [SOLVED] Increase prices accross the board
    By Linda in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-11-2005, 11:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1