One-off conditional formatting duplicate exeptions

chrixpowell

New Member
Joined
Jun 4, 2024
Messages
1
Office Version
  1. 365
  2. 2021
Platform
  1. MacOS
Hey All!

I'm pretty averagely intermediate with Excel (with help googling things at times haha) however I can't find a solution if one exists for the following..

I'm a wedding videographer and use a spreadsheet to track my bookings/enquiries. I have a simple highlight duplicates conditional format on the 'Event Date' column so that say Customer calls and enquires for a date I already have, once typed, it will highlight and alert me that I'm already booked.

This is very useful however I've started taking on bookings and hiring videographers to attend the events in my place. Therefore occasionally my spreadsheet can and will have two dates that match in the column.

When this happens, I need just these exceptions to NOT trigger the conditional formatting when it happens. Is there a work around for this? i.e., once the data is entered, disable that particular formatting. That said, I would still need it to alert me if further duplicates for that date and all others come up.

Thanks in advance :)
 

Attachments

  • Screenshot 2024-06-04 at 18.06.02.png
    Screenshot 2024-06-04 at 18.06.02.png
    67.7 KB · Views: 8

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Select the range of data in column C.
Insert conditional formatting with formula (fix formula addressing)
Excel Formula:
=COUNTIF($C$2:$C$10,$C2)>2
and select colors to warn of more than two duplicate.

Artik
 
Upvote 0

Forum statistics

Threads
1,223,774
Messages
6,174,453
Members
452,565
Latest member
curtoliver68

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top