View Single Post
 
Old 02-01-2011, 02:50 AM
Colin Legg's Avatar
Colin Legg Colin Legg is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Jan 2011
Location: UK
Posts: 369
Colin Legg will become famous soon enough
Default

Welcome to the forum.

Per attachment, put this formula in cell I4 and copy down:
Code:
=COUNTIF($C:$C,G4)
This approach relies on you identifying each unique item in column C and then listing it in column G. An alternative approach would be to have A:E as a table and then to get a count of each unique item using a pivot table.
Attached Files
File Type: zip test(1).zip (9.4 KB, 17 views)
Reply With Quote