![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Los Angeles, CA
Posts: 752
|
I have a formula that calculates how much time has passed.
a1 = 1:00 pm a2 = 1:37 pm a3 = 0:37 What I want in a4, is a formula that divides a3 by 20 and rounds up. for example a4 = 2 Thank you for helping me. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=ROUND(A3*72,0)
Note... 72 = 1440 (minutes/day) divided by 20 Is this related to your request at http://www.mrexcel.com/board/viewtop...c=2965&forum=2? [ This Message was edited by: Mark W. on 2002-03-21 15:52 ] |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Los Angeles, CA
Posts: 752
|
Thanks it worked. I just had to change the cell format to get it to work. Thank you
Yes, it was related to the previous question but I did not know if I worded it properly. |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
[ This Message was edited by: Mark W. on 2002-03-21 16:42 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|