View Single Post
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

one method
=SUMPRODUCT(--(B7:B100<""),--(F7:F100=2005))

Cheers
JulieD

"cmarsh5035" wrote in message
...
I'm working with 2 columns out of an Excel spreadsheet. First column "B"
is
list of names (some cells may be blank) and the second column "F" contains
years (2001, 2002, etc.). I'd like to count non blank cells in "B" which
meet the criteria (2005) in the years "F" column.