Forum Discussion
Dee1234910
Jun 30, 2023Copper Contributor
How many times a name appears.
Hi all, We often need to see how many times a name appears on some data (pulled at regular intervals) is there a formula that will create a list of the name that appear in column A. and how many...
OliverScheurich
Jun 30, 2023Gold Contributor
=COUNTIF($A$1:$A$7,A1)
With e.g. Excel 2013 you can apply this formula. Then copy range A1:B7 and paste only values in columns G and H. Then you can select Data -> Remove duplicates
to return the result in the screenshot.
If you work with Excel 2021 or Excel for the web or Office 365 you apply HSTACK, UNIQUE and LAMBDA.