+ Reply to Thread
Results 1 to 2 of 2

[solved] int,mod?

Hybrid View

Guest [solved] int,mod? 08-11-2006, 07:20 PM
Guest RE: INT,MOD? 08-11-2006, 07:40 PM
  1. #1
    Richard
    Guest

    [solved] int,mod?

    If A8 has =A4+B3+F4+F5+F6 And it's all numbers. How would you format it to
    show Days and hours in cell A8, example 4.5 = 4 days 4 hours

  2. #2
    Gary''s Student
    Guest

    RE: INT,MOD?

    Use:
    =INT(A4+B3+F4+F5+F6) & " days " & MOD(A4+B3+F4+F5+F6,1)*8 & " Hours"

    for an eight hour day (like a work day)
    --
    Gary's Student


    "Richard" wrote:

    > If A8 has =A4+B3+F4+F5+F6 And it's all numbers. How would you format it to
    > show Days and hours in cell A8, example 4.5 = 4 days 4 hours


+ 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