Hello,
I'm attempting to format cells using a formula in Excel 2007 & it just won't work for me. Simple conditional highlighting of a cell does work.
---
Probably a simple answer that's escaping me.
---
The workbook has macros if it makes any difference(bug?).
Say cell A2 has a value to compare to in cell A3 to see if they are equal (value=Yes), if so cell A1 should be yellow highlighted.
Using normal Excel 2007 (and in compatibility mode for 2003) in I tried the following formulas:
=A2=A3
=A2="Yes"
=range_name=A3
=range_name=trim(A3)
=range_name=Logical_Yes (Logical_Yes == cell A3)
None worked.
Any insight would be much appreciated.
I'm attempting to format cells using a formula in Excel 2007 & it just won't work for me. Simple conditional highlighting of a cell does work.
---
Probably a simple answer that's escaping me.
---
The workbook has macros if it makes any difference(bug?).
Say cell A2 has a value to compare to in cell A3 to see if they are equal (value=Yes), if so cell A1 should be yellow highlighted.
Using normal Excel 2007 (and in compatibility mode for 2003) in I tried the following formulas:
=A2=A3
=A2="Yes"
=range_name=A3
=range_name=trim(A3)
=range_name=Logical_Yes (Logical_Yes == cell A3)
None worked.
Any insight would be much appreciated.