how to Transform Hour to minutes

F

Fab1978

Does anyone know how to transform the Hours in Minutes in a cell to
calculate how many minutes we have in a hour?

I have this project and I have to get this done, Please if anyone can
help me with this.

Thanks

Fabio
 
B

BenjieLop

*Hours*60* will give you minutes. So, if cell A1 (for example) contains
your hours, then enter this formula in Cell B1

=A1*60

and your result will be in minutes.

Does anyone know how to transform the Hours in Minutes in a cell to
calculate how many minutes we have in a hour?

I have this project and I have to get this done, Please if anyone can
help me with this.

Thanks

Fabio
 
Top