I am pasting in a chart from my time clock system, but for the duration, if its more then 24 hours, excel will convert it to a date. I am looking a way to calculate my paycheck from the table I inserted.
White text is what pasted from my time clock, but I want something like what is in yellow so I can multiply my wage (in this example $8/hr)
This is my starting table for Power Query
White text is what pasted from my time clock, but I want something like what is in yellow so I can multiply my wage (in this example $8/hr)
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Pay Code | Amount | Calculate | $8.00 per HR | ||
2 | 2ND SHIFT DIFF | 4:00 | 4 | 32 | ||
3 | PTO SCHEDULED | 48:00:00 | 48 | 384 | ||
4 | REGULAR | 4:30 | 4.5 | 36 | ||
5 | REGULAR | 24:00:00 | 24 | 192 | ||
6 | REGULAR | 32:00:00 | 32 | 256 | ||
7 | WEEKEND 2ND SHIFT DIFF | 12:00 | 12 | 96 | ||
8 | WEEKEND DIFF | 12:45 | 12.75 | 102 | ||
Sheet2 |
This is my starting table for Power Query
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Pay Code | Amount | ||
2 | 2ND SHIFT DIFF | 4:00 | ||
3 | PTO SCHEDULED | 48:00:00 | ||
4 | REGULAR | 4:30 | ||
5 | REGULAR | 24:00:00 | ||
6 | REGULAR | 32:00:00 | ||
7 | WEEKEND 2ND SHIFT DIFF | 12:00 | ||
8 | WEEKEND DIFF | 12:45 | ||
Sheet2 |