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

ok picking through that excel math I've got:

IF starttime > max(all_other_end_times)
Multi_duration = tourney_duration

ELSE
If endtime > max(all_other_end_times)
Multi_duration = endtime - max(all_other_end_times)
Else
Multi_duration = 0


Yes, that seems to make sense. I may be able to translate that in to a SQL query... but it would really slow things down for a large database.
Reply With Quote