changing a formula from not Rounding Off

thare

New Member
Joined
Apr 4, 2002
Messages
13
=ROUND((LEN(D4)=0)*($G$4+$G$4*20%)+(LEN(E4)=0)*($G$4+$G$4*10%)+(COUNT(D4:E4)=0)*(F4*86400),0)

12:20:30-12:22:43.34= 02:13.34
start finish elapsed

133.??
points

How can I edit the above formula, so that the points column shows the split, instead of rounding off the figure. So that i would show (133.34). Points are just converted elapsed times
This message was edited by thare on 2002-04-11 08:26
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Thare

Do you think you provided adequate information?

What is in the various cells?
What is split time?
What is your challenge or question.

What is the logic in the formula.

Do need help revising the formula or editing it?
 
Upvote 0
Dealing with just the narrow issue of the formatting since other relevant information is missing.

time cells are formatted h:mm:ss.00

12:20:30.00 12:22:43.34 0:02:13.34 133.34

=C9*86400 = 133.34

Does this answer your question?

Format the cells with Format Cells Numbers Custom.
 
Upvote 0
On 2002-04-11 06:58, thare wrote:
=ROUND((LEN(D4)=0)*($G$4+$G$4*20%)+(LEN(E4)=0)*($G$4+$G$4*10%)+(COUNT(D4:E4)=0)*(F4*86400),0)

12:20:30-12:22:43.34= 02:13.34
start finish elapsed

133.??
points

How can I edit the above formula, so that the points column shows the split, instead of rounding off the figure. So that i would show (133.34). Points are just converted elapsed times
This message was edited by thare on 2002-04-11 08:26

How about just ditching the wrapping ROUND:

=(LEN(D4)=0)*($G$4+$G$4*20%)+(LEN(E4)=0)*($G$4+$G$4*10%)+(COUNT(D4:E4)=0)*(F4*86400)

Addendum: I believe the (COUNT(D4:E4)=0) bit should be (COUNT(D4:E4)=2).

Aladin
This message was edited by Aladin Akyurek on 2002-04-11 12:05
 
Upvote 0

Forum statistics

Threads
1,213,496
Messages
6,113,995
Members
448,539
Latest member
alex78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top