I am attempting to solve a problem of finding the difference between two times. The times are downloaded and displayed in a single cell i.e. "8363/0031". The first 4 numbers is the Julian Date and the last 4 are hhmm in 24 hour format. I need to subtract one cell from another and display the difference as HH:MM. For example, if a1 = 8363/0031 and a2 = 8362/2018, I need a1-a2 to print 04:13 in b1.
Thank you in advance for the help.
Thank you in advance for the help.