G Guest Oct 9, 2007 #1 I need to search my worksheet (128 X 128) rows for any repeated values, anyone help?
D David Biddulph Oct 9, 2007 #2 It doesn't sound like a charrting question, but in your worksheet (having selected your 128*128 range & with cell A1 active), use Format/ Conditional Formatting/ Formula Is: =COUNTIF($A$1:$DX$128,A1)<>1 and select a format to mark your duplicates.
It doesn't sound like a charrting question, but in your worksheet (having selected your 128*128 range & with cell A1 active), use Format/ Conditional Formatting/ Formula Is: =COUNTIF($A$1:$DX$128,A1)<>1 and select a format to mark your duplicates.
G Guest Oct 9, 2007 #3 Thanks David, but what I need is to select row 1 for instance accross all 128 columns and to find if any of the cells contain the same data.
Thanks David, but what I need is to select row 1 for instance accross all 128 columns and to find if any of the cells contain the same data.
D David Biddulph Oct 9, 2007 #5 But if you're wanting to do the same for each row in turn you'll need to make the row reference relative, not absolute: =COUNTIF($A1:$DX1,A1)<>1
But if you're wanting to do the same for each row in turn you'll need to make the row reference relative, not absolute: =COUNTIF($A1:$DX1,A1)<>1