+ Reply to Thread
Results 1 to 4 of 4

How to add whole & decimel quantities in separate columns?

  1. #1
    Registered User
    Join Date
    11-15-2011
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to add whole & decimel quantities in separate columns?

    Hi all,

    Long time lurker, first time poster.

    I have two columns A and B

    Column A is whole hours
    Column B is decimel hours

    http://img265.imageshack.us/img265/7910/excelm.jpg

    How do I get the total of 20.6 hours to show as 20 whole hours in column A and 6 decimel hours in column B

    Thanks a bunch, everybody!

    Brian
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: How to add whole & decimel quantities in separate columns?

    Assuming time is in C1

    in A1
    =INT(C1)

    in B1
    =C1-A1
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: How to add whole & decimel quantities in separate columns?

    Brian,

    Attached is an example workbook based on your sample criteria.

    In cell A5 is the formula:
    =SUM(A1:A4)+INT(SUM(B1:B4)/10)

    In cell B5 is the formula:
    =MOD(SUM(B1:B4),10)
    Attached Files Attached Files
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    11-15-2011
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How to add whole & decimel quantities in separate columns?

    Great, thanks guys.

+ 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