Calculate and Display hh:mm:ss

Brass Contributor

As there is no 'Time' only format in SP (to my knowledge), does anyone have a suggestion of how I can calculate the 'WaitTime' of 'OutTime' (DateTime) minus 'InTime' (DateTime) and display the results in hh:mm:ss (00:00:00)?


Excel -

Phishdawg_1-1680621463754.png

SharePoint

Phishdawg_0-1680621145837.png

 

1 Reply

@Phishdawg Use calculated column for WaitTime and use formula like: 

 

=TEXT([OutTime]-[InTime], "hh:mm:ss")

 


Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs