Find time difference between 2 dates

Dears,

I need to find time difference between 2 dates with the format :

INPUT :
dd.MM.yyyy HH:MM:SS → This is the Format I have in Excel Sheet in one 2 Columns Representing Dates ( Date 1 & Date 2 )

OUTPUT:
dDys hHrs mMins sSec → This is the Format I need to have at the end after subtracting Date2 from Date1 )

Thanks in advance

Hi

Did we check with this thread

We can combine all those individual conversion and concatenate the string with space in the middle so that you get the expected output format

Cheers @hsendel

1 Like

Thanks a lot @Palaniyappan for usual support, Indeed I cross such info previously, I just didn’t find it now :slight_smile:

1 Like

Glad it got resolved

@hsendel

1 Like

I’ve opened new topic where I need to color rows text based on one condition, I use “Change formatting” but it takes too much time

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.