Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gavinbpage

macrumors newbie
Original poster
I'm trying to do a spreadsheet in numbers to keep track of the hours I work and need help with the formula, which I just can't figure out. I need
Column 1 Date
Column 2 Time Started e.g 0600
Column 3 Time End e.g. 1300
Column for Total Hours e.g.7:00
I then need another column to put in how many hours i've been paid and how much is still owed.

Thank you in advance for any help received.
 
Dates and Times in Numbers can be tricky, and it seems way more complicated than it needs to be, considering how easy it would be to do what you want with Claris/AppleWorks.

This will work:

=Time End -Time Started

But you'll run into trouble if you ever go back and edit a time, because Numbers stores the current date inside a time record. So if today you say your time started at 6 a.m. and ended at 1 p.m., then decide to go back tomorrow to change it to 1:30, you're likely to get 31 1/2 hours.

Here's what you could do:

=24*(TIMEVALUE(Time End)-TIMEVALUE(Time Started))

Sometimes the Cell Format inspector figures out what you want. Lots of time it doesn't. Here, you'd want to format the cell as a Number offering the number decimal places you need. But it's a number (not a date value) and you should be able to easily add whatever columns you need to enter the number of hours you've been paid and to calculate the number of hours you still need payment for.

mt
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.