S
S
Sergey Evstigneev2017-07-25 23:17:18
excel
Sergey Evstigneev, 2017-07-25 23:17:18

How to count the number of duplicates?

We have an array of X text entries that contains duplicates. For example
dough
dough
meat
dough
juice
meat
beer
meat
dough
How to count the number of duplicates. Each one separately.
Those. you need to get an answer of the form:
meat - 3
dough - 4
Any ideas? Thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Evstigneev, 2017-08-28
@sergevstigneev

Everything turned out to be simple. We have a column with data, copy it to a new column, in which we get rid of duplicates (within the column). In the third column, we count according to the formula (screen). Thanks to all!a23bd6e21697456a86032a825184640d.png

Z
Zheka, 2017-07-26
@NightSnake

as one of the options:
next to each line, put 1
insert menu - a pivot table,
select the name of the products and the quantity of each line
, indicate where to insert a new table (current sheet or new)
on the right in the menu, select the name of the columns
c6232ee28d644835982f126dcdb64081.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question