Fill cell color without deleting conditional formatting

missamandafaith

New Member
Joined
Oct 6, 2022
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
I am working on a machinery maintenance spreadsheet for my dad. Its main purpose is to see when maintenance has not been done.
I have conditional formatting set up to fill cells red when no data is entered in the cells for the current day or past days using this formula:

=AND(TODAY()>=G$2,ISBLANK(G$3))

His coworkers like the current conditional formatting but have found it too cumbersome to fill each maintenance task's cell for the day and want to be able to "click" on the cell on their tablets and have it fill green.
To my knowledge, I can't do that with conditional formatting in place.
I've tried a few workarounds, but I'm just so inexperienced with VBA and coding that I don't know if I'm even doing it right. I have 0 experience with this.
I tried one code for double clicking to change colors, and that worked great but not overtop of the conditional formatting.

Is there possibly another way around the conditional formatting? Or a way to make the previous code I used work over top of the conditional formatting? OR a way to use another layer of conditional formatting to make the cells fill green with just a "click"?

Screenshot 2022-10-06 130456.png
 

Attachments

  • Screenshot 2022-10-06 130134.png
    Screenshot 2022-10-06 130134.png
    47.2 KB · Views: 8

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
If they are using tablets, then any VBA code will not work.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,827
Messages
6,121,824
Members
449,050
Latest member
Bradel

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