Thread: COUNTIF?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AAA1986 AAA1986 is offline
external usenet poster
 
Posts: 16
Default COUNTIF?

Each entry in my database has a category listed in column A. I would like to
create a column that produces the n for each entry's category.

For example, if column A reads:
blue
red
red
green
green
green

Then column B should read:
1
2
2
3
3
3

Anyone know what formula I can use for this column B?

Thanks in advance.