Timesheet functions

  • Thread starter Thread starter Luc
  • Start date Start date
L

Luc

Hi all,

Tis the New Year and I now have to keep a detailed timesheet (lucky me!).
Our timesheets have to be in unit form, where one unit equals 6 minutes. So
far, i have the simple formula below...but don't know how to write the
formula for D1. Minimum unit has to be 1, and any fraction of a unit is
rounded up. Make sense?

A1 start time (09:00)
B1 end time (09:30)
C1 total time (B1 - A1 = 00:30)
D1 unit equivalent (?)

Thanks for any help,

Luc
 
Hi Luc,

=ROUNDUP(C1*48,0)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Hi Bob,

I tried that, but it gives the following...

start 09:00
end 09:30
total 00:30
unit equiv 1


Luc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top