View Single Post
  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Conditional Format - Outline Border

You're welcome. Thanks for the feedback!

Biff

"Sam via OfficeKB.com" <u4102@uwe wrote in message
news:717e84636cbff@uwe...
Hi Biff,

Brilliant! Very much appreciated.

Cheers,
Sam

T. Valko wrote:
Ok, if we don't have to be concerned with empty cells we can reduce the
formula to:


=OR(AND(MOD(ROW(),2)=0,$B2=E2),AND(MOD(ROW(),2)= 1,$B2=OFFSET(E2,-1,,)))


And it will handle multiple duplicates.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200704/1