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)

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.