A Agil New Member Nov 17, 2011 #1 Hi, I have data in the format Day:hour:Minute:Sec (Example: 002:22:10:02 which means 2 days, 22 hours, 10 minutes and 02 seconds) Need help in converting this into Hours Thank you Akilan
Hi, I have data in the format Day:hour:Minute:Sec (Example: 002:22:10:02 which means 2 days, 22 hours, 10 minutes and 02 seconds) Need help in converting this into Hours Thank you Akilan
N NARAYANK991 Excel Ninja Nov 17, 2011 #2 Hi Akilan , Try the following formula : =(LEFT(A1,FIND(":",A1)-1)+RIGHT(A1,LEN(A1)-FIND(":",A1)))*24 A1 contains your data. Narayan
Hi Akilan , Try the following formula : =(LEFT(A1,FIND(":",A1)-1)+RIGHT(A1,LEN(A1)-FIND(":",A1)))*24 A1 contains your data. Narayan