View Single Post
 
Old 04-05-2014, 08:49 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

What you need to make this work is an otherwise-unused row to hold the X-count for each person. If you make that row 1, you can tally the Xs for each person with a formula like:
=COUNTIF(A2:A100,"X")
copied across as far as needed. You can then do a highest-to-lowest, left-to-right sort based on row 1 as the criterion.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote