dear all,
I have in A thousands of values with many duplicates. Each time i do Data / Advanced / Unique values
it goes forever and nothing happens, i am looking for alternative formula in B so that when new duplicates start in A i will get mark X in B
thanks
Last edited by legolas; 01-19-2012 at 04:22 AM.
Evil is the root of all Mon$y
Here, try this:
=IF(COUNTIF($A$1:$A$10000,A1)>1, "x", "")
Edit: This will mark both duplicate values: ie. ZZ in third column and ZZ in 7th column.
if you don't want to mark first value (ie ZZ in 3rd column) use:
=IF(COUNTIF($A$1:$A1,A1)>1, "x", "")
and pull down
Last edited by zbor; 01-19-2012 at 04:19 AM.
"Relax. What is mind? No matter. What is matter? Never mind!"
i could not get it to work, i uploaded my file here:
http://amonshare.com/ygimjufflovm/example.xlsx.html
(sorry i could not upload it to the forum)
thanks again
Evil is the root of all Mon$y
Here, try this:
=IF(COUNTIF(A$2:A2,A2)=COUNTIF($A$2:$A$1000,A2),"X","")
"Relax. What is mind? No matter. What is matter? Never mind!"
that's it, excellent so in case i want to replace mark X with the original brand name in C , can this be done!! thanks
Evil is the root of all Mon$y
You can just put:
=IF(COUNTIF(A$2:A2,A2)=COUNTIF($A$2:$A$1000,A2), A2,"")
"Relax. What is mind? No matter. What is matter? Never mind!"
Thanks a lot
Evil is the root of all Mon$y
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks