+ Reply to Thread
Results 1 to 8 of 8

round up round down formula

  1. #1
    Forum Contributor
    Join Date
    11-11-2010
    Location
    England
    MS-Off Ver
    Excel 2019
    Posts
    202

    round up round down formula

    Morning guys,

    I need a bit of help with the following..

    So basically

    A1 = £0.3667 - i need to display it as £0.3700 in B1
    A2 = £0.3339 - i need to display it as £0.3300 in B2
    A3 = £0.3315 - i need to display it as £0.3300 in B3
    A4 = £0.0013 - i need to display it as £0.0100 in B4

    What forumla can i use in b1 to do this?

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: round up round down formula

    Hi,

    Your last result seems inconsistent with the rest. Why is it rounding up?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Contributor
    Join Date
    11-11-2010
    Location
    England
    MS-Off Ver
    Excel 2019
    Posts
    202

    Re: round up round down formula

    sorry the last one should ready £0.001

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: round up round down formula

    Now I'm really confused!

    Surely you mean £0.01? If not, can you please explain your logic?

    Regards

  5. #5
    Forum Contributor
    Join Date
    10-07-2011
    Location
    India, Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    212

    Re: round up round down formula

    Try this
    =ceiling(a1,0.01)

    Regards,
    Suhas

  6. #6
    Forum Contributor
    Join Date
    11-11-2010
    Location
    England
    MS-Off Ver
    Excel 2019
    Posts
    202

    Re: round up round down formula

    yes thats exactly what i mean sorry £0.01 confusing myself here
    Quote Originally Posted by XOR LX View Post
    Now I'm really confused!

    Surely you mean £0.01? If not, can you please explain your logic?

    Regards

  7. #7
    Forum Contributor
    Join Date
    11-11-2010
    Location
    England
    MS-Off Ver
    Excel 2019
    Posts
    202

    Re: round up round down formula

    so will appear as that basically

    A1 = £0.3667 - i need to display it as £0.37 in B1
    A2 = £0.3339 - i need to display it as £0.33 in B2
    A3 = £0.3315 - i need to display it as £0.33 in B3
    A4 = £0.0013 - i need to display it as £0.01 in B4

  8. #8
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: round up round down formula

    Sorry, but actually this still doesn't make sense. The first three are rounding to the nearest hundredth.

    0.3667 rounds to 0.3700 since it is closer to 0.3700 than it is to 0.3600
    0.3339 rounds to 0.3300 since it is closer to 0.3300 than it is to 0.3400
    0.3315 rounds to 0.3300 since it is closer to 0.3300 than it is to 0.3400

    So the last example, in order to be consistent, should be rounding to 0, since 0.0013 is closer to 0.0000 than it is to 0.0100.

    Regards

+ 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. [SOLVED] Conditional Round up or Round up Function
    By cdmterence in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 09-18-2013, 06:03 PM
  2. Counting to a specified numberin round, then add one to round
    By McG_84 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 09-10-2013, 04:20 PM
  3. Replies: 5
    Last Post: 09-05-2013, 04:59 PM
  4. When ROUND doesnt round
    By Buckwa in forum Excel General
    Replies: 9
    Last Post: 12-18-2011, 08:31 AM
  5. [SOLVED] How do I ROUND() round off decimals of a column dataset?
    By Højrup in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-12-2005, 07:06 AM

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