A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Conditional Formatting - stuck on formula



 
 
Thread Tools Display Modes
  #1  
Old May 3rd, 2010, 08:57 PM posted to microsoft.public.excel.worksheet.functions
awrex
external usenet poster
 
Posts: 47
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",$G23TODAY())

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  
Old May 3rd, 2010, 09:03 PM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default 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",$G23TODAY())

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  
Old May 3rd, 2010, 09:54 PM posted to microsoft.public.excel.worksheet.functions
awrex
external usenet poster
 
Posts: 47
Default 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",$G23TODAY())

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  
Old May 3rd, 2010, 11:48 PM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default 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",$G23TODAY())

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.


.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.