What function do I use to convert "time" to minutes?

P

petek

I'm adding enroute times together using your basic XX:XX which is separated
by the colen. The total time will come to, say, 1:35 total time (one hour and
35 minutes). I want the cell to display, however, 95 minutes. Can this be
done?

Pete
 
P

Peo Sjoblom

=A1*24*60

format as general, or if you don't neet integer minutes but just want to
display minutes use
a custom format like [mm]
 
Top