Forum Discussion
DBraun
Oct 25, 2019Copper Contributor
Doppelte Werte in Tabelle zählen
Hallo, ich habe eine Tabelle welche Anrufe auflistet. In einer Spalte stehen die Nummer, welche angerufen haben. Hier möchte ich zählen wie oft Nummern mehr als einmal und wie oft angerufen haben...
PReagan
Oct 25, 2019Bronze Contributor
Hello DBraun,
Here is one possibility. You could create a drop-down list of all of the numbers. See how here:
https://contextures.com/xlDataVal01.html
Then, let's say your list of numbers is in column A and your drop-down list is in cell C1. In cell C2 you could put the following formula:
=COUNTIF(A:A,C1)
Simply change the number in the drop-down list and see how many times it appears in cell C2.