Assuming you have a current time in O2, try:

=SUMPRODUCT(--(MOD($A$2:$K$500,1)=MOD(O2,1)),$C$2:$M$500)/SUMPRODUCT(--(MOD($A$2:$K$500,1)=MOD(O2,1)))

you can copy formula down.

Is this what you need?