Leading the way in Microsoft Office Development
 Home|

Excel

|Word|PowerPoint|Consultancy|Feedback|Contact 
 Excel > Dates & Times > Useful Formulas - Times< Previous | Next > 

 

Please contact us if you have any useful formulas we can add to this page.

 
 

To make a contribution to this website please e-mail us. feedback3@bettersolutions.com

 

 

1) Time - Displaying the Current Time

 
 
 AB
1=NOW() = 19/08/2005 : 10:52=TODAY() = 06/01/2010
 
 

=A1-B1 = 10:52:37

 
 

=NOW()-TODAY() = 10:52:37

 

 

2) Calculate the time elapsed between 2 times

 
 
 AB
19:36:00 PM3:00:00 AM
 
 

=MOD(A1-B1,1) = 21:36

 
 

=MOD(TIME(21,36,0)-TIME(3,0,0),1) = 21:36

 



 Copyright © 2010 Better Solutions Limited. All Rights Reserved.< Previous | Top | Next >