Conditional Formatting based on multiple criterions.

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
we can use conditional formatting rules
so for orange paid - all we need to do is look at cell in column E to see if it has "paid" = YES
and for yellow

is it simply date out = TBD ?

and so green would be NOT TBD in the date out

Not sure how you enter dates and how today() matters if the above are correct

anyways heres the spreadsheet
https://www.dropbox.com/s/fy6pv8s2lksl4bf/EXAMPLE 1 etaf.xlsx?dl=0

i have also changed the Green to not include blank cells with an AND
Also put them in a specific order and stop if true so one rule does not overide a previous true

see next post for spreadsheet embeded
 
Last edited:
Upvote 0
Excel Workbook
ABCDE
1TODAYRO #Date INDate OUTPAID
222/09/2017111123/09/2017TBDNO
324/09/2017222223/09/201724/09/2017NO
424/09/2017333323/09/201724/09/2017YES
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B11. / Formula is =E1="yes"Abc
B12. / Formula is =D1="TBD"Abc
B13. / Formula is =AND(D1<>"TBD", D1<>"")Abc
B21. / Formula is =E1="yes"Abc
B22. / Formula is =D1="TBD"Abc
B23. / Formula is =AND(D1<>"TBD", D1<>"")Abc
B31. / Formula is =E1="yes"Abc
B32. / Formula is =D1="TBD"Abc
B33. / Formula is =AND(D1<>"TBD", D1<>"")Abc
B41. / Formula is =E1="yes"Abc
B42. / Formula is =D1="TBD"Abc
B43. / Formula is =AND(D1<>"TBD", D1<>"")Abc
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,272
Members
449,219
Latest member
daynle

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