Hello,
I need a little help in converting Standard Time format (hh:mm:ss) to number of minutes.
Ex. 1:54:00 -->114 minutes
Tried these formula but it didn't work.
A2
1:54:00
=hour(A2)+minute(A2)/60
=A2*24*60
Don't know what's wrong![]()
Hello,
I need a little help in converting Standard Time format (hh:mm:ss) to number of minutes.
Ex. 1:54:00 -->114 minutes
Tried these formula but it didn't work.
A2
1:54:00
=hour(A2)+minute(A2)/60
=A2*24*60
Don't know what's wrong![]()
try
=TEXT(A2,"[m]")+0
For that formual to return 276, then A2 must be 4:36:00
You're welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks