View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ian R Ian R is offline
external usenet poster
 
Posts: 11
Default Calculating time without using time functions...

Hi

I have made a spreadsheet to calculate the total amount of time spent on a
task by entering the start and end time.

I want to run the sheet on my mobile phone as it can run simple sheets but
it doesn't support the time functions therefore I have to calculate the
totals by entering the hours and minutes in separate columns.

I thought it was working OK and then discovered an error in calculating the
total minutes...

Example

Start Hr A1=10
Start Mins B1=20

End Hr A2=12
End Mins B2=0

Duration Hrs A3=A2-A1
Duration Mins B3=B2-B1

The problem with this is the duration minutes comes to -20 when it should be
20.

I've tried every which way I can think of to try and get round this but I'm
stumped!

Would appreciate any info on how to work around this...

Many thanks for your time ('scuse the unintended pun!)

Ian