+ Reply to Thread
Results 1 to 2 of 2

Rounding Down to Nearest 1/8

Hybrid View

  1. #1
    Registered User
    Join Date
    06-22-2006
    Posts
    3

    Rounding Down to Nearest 1/8

    Hi,
    I need some assitant with rounding to the nearest 1/8. I used =mround(a1,0)*0.125. It does round but I need the formula to round if it is negative. For example.

    -1.335 = -1.25
    -1.449= -1.375
    -1.502=-1.5

    Any Help!!!!!!!!!!!!

    Thanks,
    Sean

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    =TRUNC(A1 * 8) / 8

+ 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