Days between two dates?

T

Terry Pinnell

Given two dates, say in the (UK) format dd/mm/yyyy, could one of the
experts define an Excel formula that would return the number of days
between them please?
 
R

Ron Rosenfeld

Given two dates, say in the (UK) format dd/mm/yyyy, could one of the
experts define an Excel formula that would return the number of days
between them please?

=date2 - date1
Format as General or as Number
 
Top