View Single Post
 
Old 12-06-2011, 01:50 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit 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

Hi Michael,

You can use an array formula (ie a formula entered with Ctrl-Shift-Enter) like:
=SUM(IF(C3=C$1:C$500,1,))
When it's input this way, it'll look like:
{=SUM(IF(C3=C$1:C$500,1,))}
You can then copy the formula down as far as needed. As coded, it's sufficient for 500 rows.

Once you've done that, you can sort the sheet by whatever column you put the formula in. That'll give you a sheet sorted by author frequency.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote