Matching the case in excel cell

Closed
Ashish - May 1, 2009 at 02:32 AM
 Vishal - Aug 28, 2009 at 05:10 AM
Hello,
I need to know is there any way where in I can match contents of two excel cell. for ex: A1 has the value A.K.Traders and cell A99 has Traders A.K.; is there any formulae which will show that this name is getting repeated.

2 responses

mikethedike Posts 158 Registration date Saturday August 16, 2008 Status Member Last seen September 22, 2012 41
May 1, 2009 at 02:44 AM
the simplest of all is add filter to the cells that contain the data

awaiting acomments


Melisio Masvarenhas
mikethedike
India
0
Thanks for the reply but putting filter and then manually checking it for 20000 records is not possible. Is there any formulae which can show me the repetition?

Regards,
Ashish Ranjan
0
You can do this by either of two ways:
1. Sort the contents and in the blank column put the formula in row # 2 =if(A2=A1,"Duplicate,"") and fill down the formula till the last record... The word "Duplicate" will appear against the values which are duplicated.

2. You can create a Pivot table in another working sheet wherein put the Values in Columns and the count of Values in Data field... this will show you A.K. as column header in pivot and 2 as its count.
0