Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stuck on a Formula | Excel Discussion (Misc queries) | |||
stuck up with a formula | Excel Discussion (Misc queries) | |||
Stuck - need help on an if/conditional formula | Excel Discussion (Misc queries) | |||
Stuck on formula | Excel Discussion (Misc queries) | |||
Formula Help... I'm really stuck here | Excel Discussion (Misc queries) |