Round down. Hence, if the time is 18:01, it should be 99 points. 18:15 would
be 98.
=208-(ROUND(A1*144,0))

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Round down. Hence, if the time is 18:01, it should be 99 points. 18:15
> would
[quoted text clipped - 32 lines]
>> >
>> > Thank you.
Actually, that would be rounding up.
Ok, assume your table is in the range D1:G91. Pts in column G, times in
column G.
Try this formula in A2:
=IF(A1="","",IF(A1<=TIME(0,18,0),100,IF(A1>TIME(0,33,0),0,INDEX(D:D,MATCH(CEILING(A1,10/86400),G:G)))))

Signature
Biff
Microsoft Excel MVP
> Round down. Hence, if the time is 18:01, it should be 99 points. 18:15
> would
[quoted text clipped - 32 lines]
>> >
>> > Thank you.
Darryl_Neeley - 26 Sep 2007 19:38 GMT
Thank you very much for your help. I've got my problem fixed now. Thank you,
and take care.
> Actually, that would be rounding up.
>
[quoted text clipped - 41 lines]
> >> >
> >> > Thank you.
T. Valko - 26 Sep 2007 19:51 GMT
Typo:
>assume your table is in the range D1:G91.
>Pts in column G, times in column G.
Should be: Pts in column D, times in column G.

Signature
Biff
Microsoft Excel MVP
> Thank you very much for your help. I've got my problem fixed now. Thank
> you,
[quoted text clipped - 52 lines]
>> >> >
>> >> > Thank you.