Closed Thread
Results 1 to 4 of 4

Calculating Hourly Productivity

  1. #1
    Sathish Kumar H
    Guest

    Calculating Hourly Productivity

    I tried this formula, but the result is mismatching with manual calculations.

    For example

    Column A contains No. of Records
    - 500
    Column B contains Tot. Time Taken
    - 15:30

    using formula
    =A1/(B1*24) the result in Column C1 is 32.26

    manual calculation
    =500/15.30 the result in Column C1 is 32.68


    Why the net result of formula calculation and manual calculation are mismatching?

    Sathish Kumar H

  2. #2
    tania
    Guest
    Hi- how do i calculate hours worked?

    example: Sally Monday 11:00A-6:15P, (column A1) :1:00P-2:0P lunch, (column A2) Tuesday 12:00p-5:00p, (column B1): 2:00P-3:00P Lunch, (column B2)


  3. #3
    hubert.folmli
    Guest

    Excel total hours worked

    Colum A: Started work at 8:00:00AM
    Colum B: Finished work at 5:00:00PM
    Colum C: What formula is being written for to get total of hours worked

  4. #4
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Calculating Hourly Productivity

    Problem:

    Column B contains time values representing the hours worked by each salesperson in column A.
    Column C shows the number of items each salesperson sold during that time.
    We want to calculate the hourly productivity (Items Sold/Hours Worked) for each salesperson.

    Solution:

    As time values in Excel are stored as fractions of 24 (an entire day), we must first multiply the times in column B by 24 in order to convert them to decimal values.
    Hence, we calculate productivity as shown in the following formula:
    =C2/(B2*24)

Closed 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