Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
whoops .. lines:
Cond1: =AND($A20<"",$E20<" ",$A20+2<TODAY(),$L20="") Cond2: =AND($A20<"",$E20<" ",$L20<"",$L20=$A20) should have read as Cond1: =AND($A3<"",$E3<" ",$A3+2<TODAY(),$L3="") Cond2: =AND($A3<"",$E3<" ",$L3<"",$L3=$A3) (pasted from the wrong row earlier) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- Max wrote: " wrote: This doesn't seem to work for the dropdown (list) in column E. If there's a date that's more than 2 days older than today, it turns the column yellow, however, if you then go back and select an entry in one of the column E's listbox, it doesn't turn the line back to the normal white.. it just stays yellow. If you go back and *clear* the cell in col E using the Delete key, instead of selecting the top line "space" from the DV droplist in col E, then CF will work as expected -- the row will turn "white". This would be the simpler route. If you want it to work by selecting the top line "space" from the DV droplist in col E, then adjust the CF conditions to: Cond1: =AND($A20<"",$E20<" ",$A20+2<TODAY(),$L20="") Cond2: =AND($A20<"",$E20<" ",$L20<"",$L20=$A20) [I copied the "space" exactly from col E's DV source box and pasted it within the "" in the CFs' former $E3<"" part] -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
any formula to auto calculate 1st-12th is 12 days pls? | Excel Discussion (Misc queries) | |||
Dynamic column chart - auto sort on data range | Charts and Charting in Excel | |||
Need a formula that will turn a date red if that over 60 days | Excel Worksheet Functions | |||
Conditional formatting based on a date + 30 days | Excel Discussion (Misc queries) |