View Single Post
  #13  
Old 07-22-2005, 03:37 AM
Hood Hood is offline
Junior Member
 
Join Date: Apr 2004
Posts: 2
Default Re: sng tracker question

[ QUOTE ]
Can't you just use the same algorithm that is used by the spreadsheet?

[/ QUOTE ]

No, because

a) I don't understand it, and
b) For each record, i think it queries all the other data to see what 'unique' time it has. This results in an n^2 passes through the data. I'm sure you can get it working through only n.

If I'm wrong, feel free to explain this to me further:

=IF(V14>=MAX(INDIRECT("W13:W" &ROW()-1)),X14,IF(W14>MAX(INDIRECT("W13:W" &ROW()-1)),(W14-MAX(INDIRECT("W13:W" &ROW()-1)))*60*24,0))

[ QUOTE ]
Someone posted their software called sngpro that calculated hourly rate too.

[/ QUOTE ]

Search for 'sngpro' turns a blank.

[ QUOTE ]

I had a request too, that instead of just the finish position graph there would be a way to tell the exact % of any of the finishes. (maybe there is already a way to find out and I just didn't figure it out)

[/ QUOTE ]

This is in the next version.

[ QUOTE ]
And thanks for the nice program!

[/ QUOTE ]

Thanks!
Reply With Quote