I have the following:
Column A=date (format is: Date 3/14/01)
Column B = start time (format is: "Custom h:mm")
Column C = end time (format is: "Custom h:mm")
Column D = total hours (format is: "Custom h:mm")
Column E = wages due (format is: "Currency ($1,234.10) )
In column E I want to return the value in dollars for wages due by multiplying the total hours worked in column D by an hourly wage
i.e. 3.5 hours X $20.00 per hour = $70.00 wages due.
Date = 1/1/05 / Start time = 8:00 / End time = 16:00 / Total Hours = 8.00 / Total $ due = $160.00
I would appreciate help with the formula to accomplish this.
Thanks, Dave
Column A=date (format is: Date 3/14/01)
Column B = start time (format is: "Custom h:mm")
Column C = end time (format is: "Custom h:mm")
Column D = total hours (format is: "Custom h:mm")
Column E = wages due (format is: "Currency ($1,234.10) )
In column E I want to return the value in dollars for wages due by multiplying the total hours worked in column D by an hourly wage
i.e. 3.5 hours X $20.00 per hour = $70.00 wages due.
Date = 1/1/05 / Start time = 8:00 / End time = 16:00 / Total Hours = 8.00 / Total $ due = $160.00
I would appreciate help with the formula to accomplish this.
Thanks, Dave