dear all,
I got in A about 900 different names which are repeated randomly. i am trying to create a summary to show
each name how many times it appeared , is there an easy way instead of counting each name in a cell
thanks for any help
dear all,
I got in A about 900 different names which are repeated randomly. i am trying to create a summary to show
each name how many times it appeared , is there an easy way instead of counting each name in a cell
thanks for any help
Hi
What you mean?...is there an easy way instead of counting each name in a cell
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
maybe like this
A1 = "Smith" the name to search and count
=IFERROR(SUMPRODUCT(LEN(A2:E900)-LEN(SUBSTITUTE(UPPER(A2:E900),UPPER(A1),"")))/LEN(A1),"")
I think people forget the word "THANK YOU!!!!" Do you still know it???
There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "
Regards,
Vladimir
So. not manually, you mean this.
=COUNTIF(A:A,"Fotis")
OR
=COUNTIF(A:A;a1)
i attached sample file since non of formulas worked so far
so i just need in "H" the name and in "I" number of times it was repeated.
thanks for your help
So why Fotis solution doesn't work for you??
=COUNTIF($E$3:$E$1000,$H3)
Never use Merged Cells in Excel
Hi legolas
COUNTIF function entered into I3:I19
test1.xlsx
Last edited by Kevin UK; 06-21-2012 at 06:33 AM.
@ Zbor
So your formula, does not work!![]()
Probably because I didn't unmerged users cells![]()
You can use COUNTIF() function, SUMPRODUCT() function or PIVOT TABLE for solving this porblem
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks