ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditional Formatting - stuck on formula (https://www.excelbanter.com/excel-worksheet-functions/262993-conditional-formatting-stuck-formula.html)

awrex

Conditional Formatting - stuck on formula
 
Hi - Thanks beforehand!

I'm stuck on a formula for a condition and hoping someone can help.

=AND($H23="stalled",$G23<TODAY())

Is currently what I have and it works... I need to add an additional part to
this formula that looks for if $G23 is blank and/or if it's past today().

So if it's "stalled" has no date or the date has not occurred then true,
else if "stalled" and has date that has occurred then false.

Fred Smith[_4_]

Conditional Formatting - stuck on formula
 
Try:
=AND($H23="stalled",OR($G23="",$G23TODAY()))

Regards,
Fred


"Awrex" wrote in message
...
Hi - Thanks beforehand!

I'm stuck on a formula for a condition and hoping someone can help.

=AND($H23="stalled",$G23<TODAY())

Is currently what I have and it works... I need to add an additional part
to
this formula that looks for if $G23 is blank and/or if it's past today().

So if it's "stalled" has no date or the date has not occurred then true,
else if "stalled" and has date that has occurred then false.



awrex

Conditional Formatting - stuck on formula
 
Perfect thanks!!!

"Fred Smith" wrote:

Try:
=AND($H23="stalled",OR($G23="",$G23TODAY()))

Regards,
Fred


"Awrex" wrote in message
...
Hi - Thanks beforehand!

I'm stuck on a formula for a condition and hoping someone can help.

=AND($H23="stalled",$G23<TODAY())

Is currently what I have and it works... I need to add an additional part
to
this formula that looks for if $G23 is blank and/or if it's past today().

So if it's "stalled" has no date or the date has not occurred then true,
else if "stalled" and has date that has occurred then false.


.


Fred Smith[_4_]

Conditional Formatting - stuck on formula
 
You're welcome. Thanks for the feedback.

Fred.

"Awrex" wrote in message
...
Perfect thanks!!!

"Fred Smith" wrote:

Try:
=AND($H23="stalled",OR($G23="",$G23TODAY()))

Regards,
Fred


"Awrex" wrote in message
...
Hi - Thanks beforehand!

I'm stuck on a formula for a condition and hoping someone can help.

=AND($H23="stalled",$G23<TODAY())

Is currently what I have and it works... I need to add an additional
part
to
this formula that looks for if $G23 is blank and/or if it's past
today().

So if it's "stalled" has no date or the date has not occurred then
true,
else if "stalled" and has date that has occurred then false.


.




All times are GMT +1. The time now is 06:53 PM.

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