![]() |
![]() |
|
|||||||
| 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 |
|
New Member
Join Date: Apr 2002
Posts: 13
|
=ROUND((D4-E4)*(-24*3600),0)
(e.g) 8:30:00 - 8:32:32.09= 02:32.09 152.0 start finish elapsed points The above formula is rounding off split times in the example given to the nearest whole number. Is there another formula that calculates the split so it can read ( 159.09 ). Instead of rounding it off the the nearest whole number. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
=ROUNDDOWN((D4-E4)*(-24*3600),1) |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 13
|
Thanks Ivan
=ROUNDDOWN((D4-E4)*(-24*3600),2) worked instead |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|