Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() What's the fomula to say in cell E3... If E3<D3 and todays date is the date in H3 then... do what ever. -- Roz ------------------------------------------------------------------------ Roz's Profile: http://www.excelforum.com/member.php...o&userid=29746 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =IF(AND(E3<D3,TODAY()H3),result if true,result if false) -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks, Vito, but where and how do I put that in for the E3 cell, is that in "condition 2" 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: http://www.excelforum.com/member.php...o&userid=29746 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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(E3<D3,TODAY()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: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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: http://www.excelforum.com/member.php...o&userid=29746 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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() G3, is that right? If so you will have to adjust the H3 in my formula to G3. -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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: http://www.excelforum.com/member.php...o&userid=29746 View this thread: http://www.excelforum.com/showthread...hreadid=494657 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Install dates formating using conditional formating? | Excel Discussion (Misc queries) | |||
Conditional formating using formulas | Excel Worksheet Functions | |||
can i freeze conditional formating to copy to another worksheet | Excel Discussion (Misc queries) | |||
VLOOKUP & Conditional Formating Help. | Excel Discussion (Misc queries) | |||
more than 3 conditional formating in excel | Excel Discussion (Misc queries) |