+ Reply to Thread
Results 1 to 8 of 8

Formula for rounding up to nearest 0.09 pence

  1. #1
    Registered User
    Join Date
    10-12-2011
    Location
    England
    MS-Off Ver
    Excel 365
    Posts
    36

    Formula for rounding up to nearest 0.09 pence

    Hi there

    I am running currency conversions for a new international retail store and want to make the pricing look nicer.

    I want to take the converted figure, eg £3.84 to be rounded UP to £3.89, or £22.36 to go to £22.39 etc etc.

    I can only seem to find solutions to get everything to end in X.99, which could be too much of a jump for some low-value items.

    Can anyone offer any help on this one?

    Thanks in advance!

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Formula for rounding up to nearest 0.09 pence

    One way would be to round up to 1 decimal place then subtract 0.01.
    So if your value was in A1 you'd use =ROUNDUP(A1,1)-0.01

    You can replace A1 in that formula with the calculation you use to get your original price.

    BSB

  3. #3
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Formula for rounding up to nearest 0.09 pence

    Sorry, spoke to soon. Doesn't work in all instances. GRRR!
    I shall have a think on it.

    BSB

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Formula for rounding up to nearest 0.09 pence

    Maybe this?

    =IF(ROUNDUP(A1,1)-0.01<A1,A1+0.09,ROUNDUP(A1,1)-0.01)

    BSB

  5. #5
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Formula for rounding up to nearest 0.09 pence

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

  6. #6
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Formula for rounding up to nearest 0.09 pence

    FLOOR! That's the one I was trying to remember but my weary old brain wouldn't let me!

    Thanks for the reminder

    BSB

  7. #7
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Formula for rounding up to nearest 0.09 pence

    =rounddown(a1,1)+0.09
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  8. #8
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Formula for rounding up to nearest 0.09 pence

    Quote Originally Posted by BadlySpelledBuoy View Post
    Thanks for the reminder
    Thanks for the rep

+ 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. Rounding a formula to nearest 100 within a cell
    By pjfoster in forum Excel General
    Replies: 9
    Last Post: 02-23-2012, 10:39 AM
  2. Replies: 1
    Last Post: 12-09-2011, 04:01 PM
  3. Rounding Formula Result to nearest $0.05
    By hicountry in forum Excel General
    Replies: 3
    Last Post: 08-29-2010, 11:45 PM
  4. Entering .5 pence & Rounding Up
    By Elainei in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-02-2007, 05:45 PM
  5. Formula for rounding number to nearest hundred?
    By rinkjustice in forum Excel General
    Replies: 5
    Last Post: 07-26-2006, 02:25 PM
  6. [SOLVED] What is the formula for rounding a dollar amount to the nearest ni
    By JeriSys in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 12-22-2005, 02:55 PM
  7. How do i round up a price to the nearest 5,10,15 etc pence
    By Millsy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-18-2005, 10:06 AM
  8. Rounding to the nearest 9th
    By Corby in forum Excel General
    Replies: 9
    Last Post: 04-07-2005, 03:06 PM

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