View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
awrex awrex is offline
external usenet poster
 
Posts: 28
Default 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.