Conditional Formating

mubashermukhtar

New Member
Joined
Aug 4, 2016
Messages
11
Hello everyone,

Please see the data;

Installment Due DateInstallment Receipt Date
31-01-201928-01-2019
28-02-2019
30-03-2019
30-04-2018

<tbody>
</tbody>

the first column is Installment date while the second is the actual received date. As i have a large data i want some formula that automatically highlighted the installment date which is not been received, In the data, you can see the 28-02-2019 installment is missing, also it should highlight only February installment, not March and April, as it will due after Feb Installment will be received. I have used conditional formatting and used IF condition for the blank cell but the problem is its highlighted all the blank cells but I want to highlight only FEB month and if FEB month installment is received than Mar Installment should be highlighted
Thanks in advance for your help as I always got help in this forum.
 
Last edited:

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Re: Help in Conditional Formating

Maybe...

Assuming your data in columns A:B, headers in row 1

Select A2:B5
In Conditional Formatting try this formula
=AND($A2<>"",$B2="",$B1<>"")
pick the format you want

Hope this helps

M.
 
Upvote 0
Re: Help in Conditional Formating

Maybe...

Assuming your data in columns A:B, headers in row 1

Select A2:B5
In Conditional Formatting try this formula
=AND($A2<>"",$B2="",$B1<>"")
pick the format you want

Hope this helps

M.
Hello,

I tried your formula it not highlighting anything......
 
Upvote 0

Forum statistics

Threads
1,215,365
Messages
6,124,512
Members
449,167
Latest member
jrob72684

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