Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, A little bit tricky this one, I have 2 columns of data that I want to apply a conditional formatting to. The conditions are that BOTH cells in any given row of the data be .05 or both be .04 If both cells are greater than .04 each and also less than .05 each then I want to highlight both cells red. If both cells are greater than .05 then I want to highlight both cells blue. I can't seem to come up with the right formula for this. I'd appreciate some help PLEASE :) -- RalphSE ------------------------------------------------------------------------ RalphSE's Profile: http://www.excelforum.com/member.php...o&userid=29931 View this thread: http://www.excelforum.com/showthread...hreadid=523200 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"RalphSE" wrote in
message ... Hi, A little bit tricky this one, I have 2 columns of data that I want to apply a conditional formatting to. The conditions are that BOTH cells in any given row of the data be .05 or both be .04 If both cells are greater than .04 each and also less than .05 each then I want to highlight both cells red. If both cells are greater than .05 then I want to highlight both cells blue. I can't seem to come up with the right formula for this. I'd appreciate some help PLEASE :) -- RalphSE ------------------------------------------------------------------------ RalphSE's Profile: http://www.excelforum.com/member.php...o&userid=29931 View this thread: http://www.excelforum.com/showthread...hreadid=523200 Ralph, First instance, under cond. frmt. =AND(A1=0.04,B1=0.04,A1<0.05,B1<0.05)=TRUE Format for red. Second instance =AND(A10.05,B10.05)=TRUE Format for blue Beege |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() THANKS SO MUCH BEEGE!! didnt know about the and function, ezzzactly what i was looking for :) -- RalphSE ------------------------------------------------------------------------ RalphSE's Profile: http://www.excelforum.com/member.php...o&userid=29931 View this thread: http://www.excelforum.com/showthread...hreadid=523200 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formating - wildcards | Excel Worksheet Functions | |||
Install dates formating using conditional formating? | Excel Discussion (Misc queries) | |||
conditional formating | Excel Discussion (Misc queries) | |||
Conditional Formating | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Discussion (Misc queries) |