R rush2rajen Member Jun 22, 2015 #1 Hi Excel Gurus, How I can convert day, hour, minutes, seconds into Minutes / Seconds ? Thanks Raj Attachments CONVERT.xls 16 KB · Views: 2
Faseeh Excel Ninja Jun 22, 2015 #3 If your dates are true dates then this should work: =ABS(A4+B4-(C4+D4))
Deepak Excel Ninja Jun 22, 2015 #4 rush2rajen said: Hi Excel Gurus, How I can convert day, hour, minutes, seconds into Minutes / Seconds ? Thanks Raj Click to expand... Check this into F2 =60*24*((C2+D2)-(A2+B2))
rush2rajen said: Hi Excel Gurus, How I can convert day, hour, minutes, seconds into Minutes / Seconds ? Thanks Raj Click to expand... Check this into F2 =60*24*((C2+D2)-(A2+B2))