timecard

V

vdmbqb

I need a simple formula.

Cell A1 is begin time and cell B1 is end time, both are entered in hours and
minutes.
I need the formula in C1 for the difference between the two in hours and
minutes.

Thank you SO SO Much
 
M

Max

Assume in-out times entered in cols A and B from row2 down like this

In Out
8:00 18:00
etc

Put in C2, copy down: =B2-A2
will return the required results
 
Top