Results 1 to 2 of 2
  1. #1
    Rhubie is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2012
    Posts
    85

    round up

    Is is possible to round up to the nearest nickel - they do not round up the same - I'm not sure what I am doing different in Access - I read something that Access rounds as banker round up - not sure what that means - how do I get them to round the same?

    In Access
    BookPrice: Round((([PackPrice]/20)+5),1)
    PackPrice = 801.25 - value is 45.10

    In Excel


    =MROUND(+K4/20+5,0.05)
    K4 = 801.25 - value is 45.05

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    From Allen Browne's site

    Round to nearest 5 cents

    To round to the nearest 5 cents, multiply the number by 20, round it, and divide by 20:
    Round(20 * [MyField], 0) / 20

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Round up issue?
    By Hammer in forum Access
    Replies: 3
    Last Post: 12-13-2012, 12:46 PM
  2. Round Time in access
    By waqas in forum Access
    Replies: 1
    Last Post: 08-31-2011, 02:04 PM
  3. Help! - Going round in Circles
    By Sleepymum in forum Database Design
    Replies: 11
    Last Post: 02-01-2011, 09:15 AM
  4. Round up time half an hour
    By JBM18 in forum Queries
    Replies: 2
    Last Post: 12-09-2010, 11:56 AM
  5. Round Up/Down 4 Decimals to 2
    By newbie in forum Access
    Replies: 6
    Last Post: 10-18-2010, 02:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums