B
Brian Bagnall
I made a formular that looks like this:
=IF(COUNTIF(A2:A6,A2)>1,"Duplicate","")
Now what I want to do is copy and paste it down the whole row. I want
the last A2 (,A2) to increment with each row. e.g. The next one would
say:
=IF(COUNTIF(A2:A6,A2)>1,"Duplicate","")
But I want A2:A6 to remain static. Isn't there a symbol I put before
the A2:A6 to keep it from changing?
Thanks,
Brian
=IF(COUNTIF(A2:A6,A2)>1,"Duplicate","")
Now what I want to do is copy and paste it down the whole row. I want
the last A2 (,A2) to increment with each row. e.g. The next one would
say:
=IF(COUNTIF(A2:A6,A2)>1,"Duplicate","")
But I want A2:A6 to remain static. Isn't there a symbol I put before
the A2:A6 to keep it from changing?
Thanks,
Brian