» Calculating Hourly Productivity
CATEGORY - Excel Date & Time Formulas
VERSION - All Microsoft Excel Versions
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)
Book Store:
Recommended Books:
- Learn MS Excel 2002 VBA/XML Programming
- F1 Get the Most out of Excel! The Ultimate Excel tip Help Guide
- Microsoft Windows XP Registry Guide
- Writing Excel Macros with VBA, 2nd Edition
- Advanced modelling in finance using Excel and VBA
- Infectious Greed: How Deceit and Risk Corrupted the Financial Markets
No comments have been submitted.


