Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What I am trying to do seems simple to me.
I have a forumla in A2. A2 = B3-B2 I want to know when A2 is not equal to a value in F2. (Red) I want to know when A2 is equal to a value in F2. (Green) F2 is a number selected from a VLOOKUP function (referencing a table in Sheet2), that is determined by a pull down list (also referencing sheet2). So I select a value from my pull down list, and F2 corresponds to a number from the table. It seems like I can use the "cell value is" condition and it works to tell me something like A2 "greater than" F2 (red). And I tried A2 "less than" F2 (green). And that worked. But it gets confused when A2 = F2 and makes it green (which isn't mathematically possible, if A2 = F2 it's not "less than" I've also tried this with "Formula Is" =AND(A2<F2) (red) =AND(A2=F2) (green), result was always red. I tried testing =AND(A2F2) (red) and =AND(A2<F2) (green), works except when A2=F2, it stays green even though that is not a true condition A2=F2 does not meet the parameter of being "less than" F2. I also just tried using a reference cell (instead of my VLOOKUP cell) in case that was throwing me. Just put a number in the cell and tried it. Same results. Any help is appreciated. I've been messing with this for 2 hours and absolutely cannot figure it out despite looking at examples, excel help, and trying everywhich way. I'm in excel 2003. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting confusion - Excel 2003 | Excel Discussion (Misc queries) | |||
Conditional Formatting Confusion | Excel Worksheet Functions | |||
Conditional Confusion | Excel Worksheet Functions | |||
Conditional formatting confusion | Excel Worksheet Functions | |||
Confusion...(conditional formatting) | New Users to Excel |