+ Reply to Thread
Results 1 to 6 of 6

Calculating a 100% price increase and round up to the nearest 25p

  1. #1
    Registered User
    Join Date
    01-22-2010
    Location
    Newcastle England
    MS-Off Ver
    Excel 2003
    Posts
    29

    Calculating a 100% price increase and round up to the nearest 25p

    Hi Guys
    I have a huge spreadsheet with products that have a purchase price on the spreadsheet.
    If the purchase price in Column Q is 1.29. What is the formula that I need to input that will increase column Q by 100% and then round it up to nearest 25p .
    So this example would be 2.58 but would need to be rounded up to 2.75.
    Any help would be appreciated.
    Thanks
    Neil

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Calculating a 100% price increase and round up to the nearest 25p

    Assuming you're using an adjacent cell to store the revised amount

    =CEILING(Q1*(1+1),0.25)

    where Q1 holds 1.29

  3. #3
    Registered User
    Join Date
    01-22-2010
    Location
    Newcastle England
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Calculating a 100% price increase and round up to the nearest 25p

    Hi Donkeyote, thanks so much, that works great.
    How would I be able to copy this down 20000 cells without dragging down manually please.
    Is there an easy way please?
    Thanks
    Neil

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Calculating a 100% price increase and round up to the nearest 25p

    Yes,
    enter in the desired cell and double click the handle at the bottom right corner of this cell when it is selected

  5. #5
    Registered User
    Join Date
    01-22-2010
    Location
    Newcastle England
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Calculating a 100% price increase and round up to the nearest 25p

    Hi
    thanks for that but due to size of spreadsheet it only fills in a certain amount of cells and then stops. I have to manually double click all the time. Not all cells are filled in so I just need to the column selecting. IS there any way I can select cells 3 to 20346 of Column Q for instance?
    Thanks
    Neil

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Calculating a 100% price increase and round up to the nearest 25p

    highlight the formla in Q3, copy it, now type into the box above A1 Q3:Q20346 (or R if as presumed this is where the formula is going) then Edit -> Paste Special -> Formulas

    or

    enter Q3:Q20346 (or R if as presumed this is where the formula is going) above A1, then in Q3 (R3?) enter the formula and confirm with CTRL + ENTER rather than just Enter.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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