Cond Format: Cell and Font color When Date<Today and another cell is <>100% for Google sheets

davebar000

New Member
Joined
May 18, 2020
Messages
2
Hey Gang,
Tried for quite a while and can't seem to hit the right syntax for accomplishing a conditional format of a cell (that I'll end up copying to all the cells in a column)

To illustrate:
Cell G9 holds a Date (it's a Due date for context)
Cell I9 holds a Percentage (it's a % complete for context)

What I'd like to do is change the formatting of G9's Background and text color when
G9 is earlier than today's date AND the value in I9 is NOT 100%
I'm using Google Sheets for this item

I just can't see to nail the right recipe in Google Sheets to make it work.
Very grateful for any assistance.

Thanks so much
-Dave
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi & welcome to MrExcel.
Not sure about goggle, but this is how it's done in Excel.
=AND(G9<TODAY(),I9<>1)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,973
Members
448,933
Latest member
Bluedbw

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