What's the fomula to say in cell E3...
If E3lt;D3 and todays date is gt; the date in H3 then... do what ever.--
Roz
------------------------------------------------------------------------
Roz's Profile: www.excelforum.com/member.php...oamp;userid=29746
View this thread: www.excelforum.com/showthread...hreadid=494657
=IF(AND(E3lt;D3,TODAY()gt;H3),result if true,result if false)--
Vito
------------------------------------------------------------------------
Vito's Profile: www.excelforum.com/member.php...oamp;userid=29182
View this thread: www.excelforum.com/showthread...hreadid=494657Roz
=IF(AND(E3lt;D3,TODAY()gt;H3),Do_This,Else_This)
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
HISquot;Rozquot; gt; wrote in message
...
gt;
gt; What's the fomula to say in cell E3...
gt; If E3lt;D3 and todays date is gt; the date in H3 then... do what ever.
gt;
gt;
gt; --
gt; Roz
gt; ------------------------------------------------------------------------
gt; Roz's Profile:
gt; www.excelforum.com/member.php...oamp;userid=29746
gt; View this thread: www.excelforum.com/showthread...hreadid=494657
gt;
Thanks, Vito, but where and how do I put that in for the E3 cell, is
that in quot;condition 2quot; under conditional formatting? The result I want
is for that number to turn red if it is true, and if it is false I want
it to stay black...make sense? Thanks.--
Roz
------------------------------------------------------------------------
Roz's Profile: www.excelforum.com/member.php...oamp;userid=29746
View this thread: www.excelforum.com/showthread...hreadid=494657
While your resultant cell is active, Go to Format|Conditional Formatting
and select Is Equal To from middle drop down and paste or type this:
=AND(E3lt;D3,TODAY()gt;H3)
Then click Format and select formats to apply
Then click Ok.
Before proceeding go back to check the formula in the conditional
format and make sure that there are no quotation marks surrounding it.--
Vito
------------------------------------------------------------------------
Vito's Profile: www.excelforum.com/member.php...oamp;userid=29182
View this thread: www.excelforum.com/showthread...hreadid=494657
Thanks Vito and Nick...But I don't think I am asking the question
correctly, because I tried all of the ways ya'll suggested, and they
didn't work. What I want to do is for the value in cell E3, I want it
to turn red when E3 is less than D3, AND today's date is past the date
in G3. If all of that is true, then the value in E3 turns red. Hope
that makes it clearer. Thanks again.--
Roz
------------------------------------------------------------------------
Roz's Profile: www.excelforum.com/member.php...oamp;userid=29746
View this thread: www.excelforum.com/showthread...hreadid=494657
Not sure if you noticed that I edited my last post,
Use my formula and select Formula Is from the first drop down.
There is no need for another conditional statement.
The And ensures that both conditions are true before formatting the
cell.
BTW, you now changed the 2nd condition to today() gt; G3, is that right?
If so you will have to adjust the H3 in my formula to G3.--
Vito
------------------------------------------------------------------------
Vito's Profile: www.excelforum.com/member.php...oamp;userid=29182
View this thread: www.excelforum.com/showthread...hreadid=494657
Dude, you da man, it finally worked...this makes my job tons easier!!
Thanks for being patient with me!! Have a wonderful day!!--
Roz
------------------------------------------------------------------------
Roz's Profile: www.excelforum.com/member.php...oamp;userid=29746
View this thread: www.excelforum.com/showthread...hreadid=494657
- Dec 18 Mon 2006 20:34
mutiple conditional formating
close
全站熱搜
留言列表
發表留言