Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hopefully someone can help, I posted the question below yesterday and got
the correct answer for my question, however I didnt include all the information required. The additional information is cell A2<A1 and cell A3 equals A2, then make cell red else make cell white. This is now all the conditions. any help would be very much appreciated. Thanks in advance BigH In conditional formatting: condition 1 - "formula is" =AND(A1=A2,A3<=A1)...click on Format and format as desired, click on Add. condition 2 - "formula is" =AND(A1=A2,A3A1)....again format as desired. HTH JG "BigH" wrote: Hi there hopefully someone can help, I want the cell to turn white if its the same date as two other cells or if its less than the date in these two other cells, else it goes red if greater than the dates in the two cells. i.e cell a1 and a2 must have the same dates. cell a3 if it has the same date or less than a1 and a2 it goes white, if its greater than a1 and a2 (whose dates must be the same) then it goes red thanks in advance BigH |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use another formula of
=AND(A2<A1,A3=A2) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "BigH" wrote in message ... Hopefully someone can help, I posted the question below yesterday and got the correct answer for my question, however I didnt include all the information required. The additional information is cell A2<A1 and cell A3 equals A2, then make cell red else make cell white. This is now all the conditions. any help would be very much appreciated. Thanks in advance BigH In conditional formatting: condition 1 - "formula is" =AND(A1=A2,A3<=A1)...click on Format and format as desired, click on Add. condition 2 - "formula is" =AND(A1=A2,A3A1)....again format as desired. HTH JG "BigH" wrote: Hi there hopefully someone can help, I want the cell to turn white if its the same date as two other cells or if its less than the date in these two other cells, else it goes red if greater than the dates in the two cells. i.e cell a1 and a2 must have the same dates. cell a3 if it has the same date or less than a1 and a2 it goes white, if its greater than a1 and a2 (whose dates must be the same) then it goes red thanks in advance BigH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Track Annual Inspection Due Dates Using Conditional Formatting | Excel Worksheet Functions | |||
enhanced conditional formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions | |||
conditional formatting dates | Excel Discussion (Misc queries) | |||
Conditional Formatting (Dates) | Excel Discussion (Misc queries) |