Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have two conditions
1. m20 2. =M2-P2<3 It only pays attention to the 2nd condition. As if its and "or" rather than an "and". I'm using conditional formating off the toolbar. I want to color the cell red if both conditions are met. It works fine if m2 0 but it also works if m2=0. Why? John |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Are you using:
"Formula Is" And this formula: =AND(M20,M2-P3<3) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "John" wrote in message ... I have two conditions 1. m20 2. =M2-P2<3 It only pays attention to the 2nd condition. As if its and "or" rather than an "and". I'm using conditional formating off the toolbar. I want to color the cell red if both conditions are met. It works fine if m2 0 but it also works if m2=0. Why? John |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
RagDyeR wrote:
Are you using: "Formula Is" And this formula: =AND(M20,M2-P3<3) No, I wasn't and that worked... thanks. I was using the tiered selction process from the tool bar. John |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Appreciate the feed-back.
-- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "John" wrote in message ... RagDyeR wrote: Are you using: "Formula Is" And this formula: =AND(M20,M2-P3<3) No, I wasn't and that worked... thanks. I was using the tiered selction process from the tool bar. John |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Sat, 15 Jul 2006 17:25:47 +0100, John wrote:
I have two conditions 1. m20 2. =M2-P2<3 It only pays attention to the 2nd condition. As if its and "or" rather than an "and". they are independent, so it's neither or nor and if you know what I mean :) I'm using conditional formating off the toolbar. I want to color the cell red if both conditions are met. It works fine if m2 0 but it also works if m2=0. Why? John -- Steve (3) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keep conditional format when "show pages" from Pivot table | Excel Discussion (Misc queries) | |||
How do I do a conditional format for numbers | Excel Worksheet Functions | |||
Conditional format problem | Excel Discussion (Misc queries) | |||
Conditional Format Titles | Excel Discussion (Misc queries) | |||
Conditional Format With SUMIF | Excel Worksheet Functions |