Hi,
This is my first post, so apologies if i've started a thread in the wrong place.
I need to use a conditional formatting fomula, which checks a category (e.g. dog or cat for the purpose of example) in column B (ideally all cells as the data is contantly being added), and if the date in column D, is occuring in the next 10 days the applicable date cell/s in column D turn Red or another colour of my choosing.
The closest i've got is:
=AND(+$S:$S>TODAY()-10,SEARCH("Dog",$B1)>0)
I'd attach an example but alas I am not sure how.
- Yours,
Grateful Amateur
This is my first post, so apologies if i've started a thread in the wrong place.
I need to use a conditional formatting fomula, which checks a category (e.g. dog or cat for the purpose of example) in column B (ideally all cells as the data is contantly being added), and if the date in column D, is occuring in the next 10 days the applicable date cell/s in column D turn Red or another colour of my choosing.
The closest i've got is:
=AND(+$S:$S>TODAY()-10,SEARCH("Dog",$B1)>0)
I'd attach an example but alas I am not sure how.
- Yours,
Grateful Amateur