Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If column "A2" is less than the value in column "B2" I want to change the
color of "A2" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the range, eg A2:A10 (A2 active),
then apply CF using Formula Is: =AND(A2<B2,ISNUMBER(B2)) Format to taste Ok out The ISNUMBER(B2) is an additional precaution to avoid spurious triggers caused by possible text entries in col B -- Max Singapore http://savefile.com/projects/236895 Downloads:19,500 Files:362 Subscribers:62 xdemechanik --- "Harry" wrote: If column "A2" is less than the value in column "B2" I want to change the color of "A2" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Max works like a charm.
"Max" wrote: Select the range, eg A2:A10 (A2 active), then apply CF using Formula Is: =AND(A2<B2,ISNUMBER(B2)) Format to taste Ok out The ISNUMBER(B2) is an additional precaution to avoid spurious triggers caused by possible text entries in col B -- Max Singapore http://savefile.com/projects/236895 Downloads:19,500 Files:362 Subscribers:62 xdemechanik --- "Harry" wrote: If column "A2" is less than the value in column "B2" I want to change the color of "A2" |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Happy to hear that, Harry.
-- Max Singapore http://savefile.com/projects/236895 Downloads:19,500, Files:362, Subscribers:62 xdemechanik --- "Harry" wrote in message ... Thanks Max works like a charm. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formating for data in 2 columns | Excel Worksheet Functions | |||
Conditional formating: Compare two columns with Inserted lines | Excel Worksheet Functions | |||
Conditional Formatting-Comparing Two Columns | Excel Discussion (Misc queries) | |||
Conditional Formatting-Comparing Two Columns | Excel Discussion (Misc queries) | |||
conditional formating of group of columns and rows | Excel Worksheet Functions |