+ Reply to Thread
Results 1 to 6 of 6

productivity calculation

Hybrid View

  1. #1
    Registered User
    Join Date
    09-26-2006
    Posts
    6
    Quote Originally Posted by Carim
    Hi,

    When I take the time 01:32 (hh:mm) and multiply it by 15 (Format "number" with 0 decimal places),

    I get 23 if the result is formatted hh

    Is that what you are looking for ?

    HTH
    Carim
    Thanks that works ok but if you multiply by 17 (another activity) the result comes up as 02:04 in hh:mm format when it should be 23ish (sorry my maths is rubbish). So I think I need the result to be in number format. Any other ideas?

  2. #2
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Format the cell as a decimal and use:

    =24*C1*Number

    Where C1 contains your time and Number represent the units_per_hour that you mentioned. Note that the resultant value is not therefore in a time format.

  3. #3
    Registered User
    Join Date
    09-26-2006
    Posts
    6
    Quote Originally Posted by RichardSchollar
    Format the cell as a decimal and use:

    =24*C1*Number

    Where C1 contains your time and Number represent the units_per_hour that you mentioned. Note that the resultant value is not therefore in a time format.

    Aah that seems to work, it looks so simple too! Thanks very much for that!

  4. #4
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Smile

    Quote Originally Posted by Tanglefoot
    Aah that seems to work, it looks so simple too! Thanks very much for that!
    Try this:
    A= start time
    B= End time

    =((B1-A1)+(A1>B1))*17

    Format as [h]:mm

+ 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