B
Brian Clarke
I have a list of about 15,000 items, one per row. The details of each
item are in columns A to I.
I need to find those rows where ALL the entries in cols A to I are the
same as in the following row.
I have tried putting this in col J:
=IF((A893:I893)=(A894:I894),"Error","")
and I get the #VALUE! error.
Is there a way of doing this with a formula, or do I have to find
another way.
Many thanks in advance.
item are in columns A to I.
I need to find those rows where ALL the entries in cols A to I are the
same as in the following row.
I have tried putting this in col J:
=IF((A893:I893)=(A894:I894),"Error","")
and I get the #VALUE! error.
Is there a way of doing this with a formula, or do I have to find
another way.
Many thanks in advance.