Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, is there any way that I could change a cell value of 90 which represents
90 mins to read 1.30= 1 hour and 30 minutes, I get the 90 from mulitplying 1.5 by 60. Thanks in advance, Wildauk. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If 90 is in cell A1, then in another cell enter:
=A1/(24*60) then format the new cell as Custom h.mm -- Gary's Student "wildauk" wrote: Hi, is there any way that I could change a cell value of 90 which represents 90 mins to read 1.30= 1 hour and 30 minutes, I get the 90 from mulitplying 1.5 by 60. Thanks in advance, Wildauk. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |