D
Domenic
Hi Rick,
Assuming that your list of names are in Sheet 1, Column A, and start in
Row 2, put the following formula in A2 of Sheet 2 and copy down until
you get zero:
=INDEX(Sheet1!$A$2:$A$1000,MATCH(0,COUNTIF(Sheet2!$A$1:A1,Sheet1!$A$2:$A$
1000),0))
entered using CTRL+SHIFT+ENTER.
Then put this formula in B2 of Sheet 2 and copy down:
=COUNTIF(Sheet1!$A$1:$A$1000,A2)
Hope this helps!
Assuming that your list of names are in Sheet 1, Column A, and start in
Row 2, put the following formula in A2 of Sheet 2 and copy down until
you get zero:
=INDEX(Sheet1!$A$2:$A$1000,MATCH(0,COUNTIF(Sheet2!$A$1:A1,Sheet1!$A$2:$A$
1000),0))
entered using CTRL+SHIFT+ENTER.
Then put this formula in B2 of Sheet 2 and copy down:
=COUNTIF(Sheet1!$A$1:$A$1000,A2)
Hope this helps!