ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Help ....! Conditional Formating (https://www.excelbanter.com/excel-discussion-misc-queries/255831-help-conditional-formating.html)

housinglad

Help ....! Conditional Formating
 
Hi I need help with the following:

In cell B16 is a valid date. If there is no value in cell B27 (10 working
days in front of the date stated in B16) then I want the dell to go red. If
there is no value in B16 then the script should do nothing.

Thanks
Dan

Victor Delta[_2_]

Help ....! Conditional Formating
 
"housinglad" wrote in message
...
Hi I need help with the following:

In cell B16 is a valid date. If there is no value in cell B27 (10 working
days in front of the date stated in B16) then I want the dell to go red.
If
there is no value in B16 then the script should do nothing.


Dan

Try something like
=and(isnumber(b16),isblank(b27),b27=<b16+10)
as the conditional formatting formula for a red 'pattern'.
Hope this helps,

V



All times are GMT +1. The time now is 08:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com