Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can i check for repetition of cell contents in a row/column? Please let
me know if a formula needs to be used for this or is there an already inbuilt provision for checking this functionality? If there is a formula or steps to be followed, please narrate the same. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"David" wrote:
How can i check for repetition of cell contents in a row/column? Please let me know if a formula needs to be used for this or is there an already inbuilt provision for checking this functionality? If there is a formula or steps to be followed, please narrate the same. Assuming source data in A2 down, Put in B2: =IF(A2="","",IF(COUNTIF($A$1:A2,A2)1,"dup","")) Copy down. Duplicates in col A, if any, will be flagged as "dup". You could then use autofilter on col B to filter out the "dup"s for closer inspection -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell contents to refrenence cells | Excel Worksheet Functions | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
IF statement to check cell contents | Excel Worksheet Functions | |||
cell contents | Excel Discussion (Misc queries) |