Forum Discussion
yaman123
4 years agoPost Partisan
Convert Text column to seconds
Hi, Is there a way to convert a text column to show as seconds. The column holds text values in the format of HH:MM. E.g 64:56 should show as 233760 seconds. There will be values greater th...
amitchandak
4 years agoSuper User
yaman123 , a new column
in Second = left([Column],2) *60*60 + right([Column],2 )*60