Formula for cycle time

J

JBell

Hi,
I need a formula to determine cycle time... actually to
calculate the number of days from the date in one cell to
the date in the other and put it in a third cell... thank
you!
JBell
 
J

JE McGimpsey

XL stores times as integer offsets from a base date, so you can use
regular math functions:

=A2 - A1
 
Top