View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
JBeaucaire[_90_] JBeaucaire[_90_] is offline
external usenet poster
 
Posts: 222
Default Indicate Duplicate Entries Across Multiple Columns

Sure, just change the 1 to 3

=COUNTIF($A$1:$G$10000,A1)3

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Cameron" wrote:

That seems to have done the trick. Is there anyway to set a threshold? For
example - saying only highlight if the number of occurrences is greater then 3?