Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, you can try this:
Sub timeval() Range("C1").Value = Range("A1") + TimeSerial(0, Minute("12:" & Range("B1") * 60), 0) End Sub !! I knew somebody would come up with a slicker formula then mine. I didn't know about TimeSerial - equivalent to DateSerial, of course. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a Leter to a Numerical Value on Exit | Excel Programming | |||
Giving letters a numerical value, then adding the total. | Excel Discussion (Misc queries) | |||
Adding up non numerical values | New Users to Excel | |||
Adding numbers to an incomplete numerical list | Excel Discussion (Misc queries) |