Hi all,
I have the below sample data set:
ID Address Date
123 45 Mall way 12/19/2013
123 45 Mall way 12/19/2013
112 22 Viper st 12/19/2013
112 22 Viper st 12/19/2013
112 22 Viper st 12/20/2013
112 22 Viper st 12/18/2013
111 12 Jog ct. 12/11/2013
113 15 Key blvd. 12/10/2013
I want to conditionally format duplicate rows of data based on ID, Address, and Date - but the date can be plus or minus a day or two.
Is it possible?
Thanks in advance.![]()
Bookmarks