+ Reply to Thread
Results 1 to 2 of 2

MROUND in same cell being rounded

  1. #1
    Registered User
    Join Date
    06-09-2016
    Location
    Manitoba
    MS-Off Ver
    2010
    Posts
    1

    MROUND in same cell being rounded

    Hi,

    I'm working on streamlining my payroll process, and have finally managed to figure out how to convert time to whole numbers.

    My next goal. Having that whole number round to the nearest quarter.

    e.g. 11.08 hrs = 11 hrs
    11.19 hrs = 11.25 hrs etc

    The formula I have generated for this is =(SUM(C4:C10)-INT(SUM(C4:C10)))*24 while keeping the actual format of the cell in number.

    The problem I am running into is, I would like this same cell to have the rounding rule, =MROUND(cell,.25)

    I can make it work in a separate cell, but ideally would like it all combined.

    Any suggestions would be much appreciated.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: MROUND in same cell being rounded

    Try

    =MROUND((SUM(C4:C10)-INT(SUM(C4:C10)))*24,0.25)

+ 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. SUM + MROUND in same cell
    By GAPP in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-24-2015, 12:57 PM
  2. [SOLVED] Change Sheet Number Based on Cell Value Rounded Down
    By Dagoom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2015, 10:10 AM
  3. Use rounded value (to tenths place) in a single cell's calculation
    By tinytutu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-18-2013, 03:40 AM
  4. syntax for comparing a rounded number to a rounded list
    By stockgoblin42 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-10-2013, 10:12 AM
  5. Replies: 5
    Last Post: 02-16-2012, 03:50 PM
  6. Need formula to have date in cell B2 rounded to first of next mont
    By RamseyR in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-20-2005, 04:05 AM
  7. Replies: 2
    Last Post: 08-06-2005, 04:05 PM

Tags for this Thread

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