Basis on start time and end time, require output in HH:MM:SS

VBABEGINER

Well-known Member
Joined
Jun 15, 2011
Messages
1,284
Office Version
  1. 365
Platform
  1. Windows
Hi All,
Need your help..

I have Start Time
Code:
12/1/2017  2:32:15 PM
I have End Time
Code:
12/1/2017  6:24:38 PM
and basis on this I made output this..
[TABLE="width: 154"]
<tbody>[TR]
[TD="class: xl63, width: 154"]232.38[/TD]
[/TR]
</tbody>[/TABLE]
formula for this..
Code:
=IF($A174<>"",(B174-A174)*24*60,"")
B = end time
A = start time

Now, requirement is, instead of this..
[TABLE="width: 154"]
<tbody>[TR]
[TD="class: xl63, width: 154"]232.38[/TD]
[/TR]
</tbody>[/TABLE]
I want output in this format..(HH:MM:SS)

How do i get the same please..
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Just remove the *24*60 part and try to understand why :)
Format as needed
 
Last edited:
Upvote 0
You're welcome

Be aware that if the time difference is larger then 24hr you need to use the [h]:mm format
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top