![]() |
looking up names in a list
I have a worksheet which contains a list of names. Some names appear once,
some twice, some three times and so on. I would like a formula that would return a list of all the names that appear say twice. Anyone got any ideas? |
looking up names in a list
Use a help column and a formula like
=COUNTIF($A$2:$A$100,A1)=2 copy down, apply datafilterautofilter and filter on help column and TRUE another approach, select list, do datafilteradvanced filer, copy to another location and unique records only that will create a list with names only appearing once, in an adjacent cell put =COUNTIF($A$2:$A$100,H2) where H2 is the first unique named of the filtered list, copy down and you'll get the occurrences of the names next to each name -- Regards, Peo Sjoblom (No private emails please) "macca" wrote in message ... I have a worksheet which contains a list of names. Some names appear once, some twice, some three times and so on. I would like a formula that would return a list of all the names that appear say twice. Anyone got any ideas? |
All times are GMT +1. The time now is 05:47 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com