T
Todd
Hi, I am using this formula for a conditional format. It
looks for numbers that are repeated in a column and
highlights all repeated occurances. The idea is to let me
know if I already entered an invoice so I won't do it
again.
It works fine but it isn't consistent. I have a few
columns where it will highlight the first occurance only.
I am trying to figure out why. Any ideas?
=IF(COUNTIF(Range3, B482)>1,TRUE,FALSE)
TIA
Todd
looks for numbers that are repeated in a column and
highlights all repeated occurances. The idea is to let me
know if I already entered an invoice so I won't do it
again.
It works fine but it isn't consistent. I have a few
columns where it will highlight the first occurance only.
I am trying to figure out why. Any ideas?
=IF(COUNTIF(Range3, B482)>1,TRUE,FALSE)
TIA
Todd