make your original data into 5 columns- name, win, top 5, top 10, top 25 etc..make sure each cell is filled in with a (1) or a ("-") so no blank cells.
pivot it out- make sure that you change the data field setting to "count".
it's kind of a silly way around the problem, but it will work-
the...