Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Thu, 23 Dec 2010 02:42:06 -0800 (PST), Khuli wrote:
I have some conditional formatting to check that a value in column CO does not match the value in column A, and that cell should not be blank. If I check against column A using =CO31<OFFSET(CO31,0,1-COLUMN(CO31)) it works fine. If I check the cell isn't blank using =CO31<"" it works fine. BUT if I combine both and use =AND(CO31<OFFSET(CO31,0,1-COLUMN(CO31)), CO31<"") then it doesn't work. Anyone have any ideas? Thanks. I, too, have no idea why it doesn't work. However, this equivalent formula does seem to work, and do what you need: =(CO31<OFFSET(CO31,0,1-COLUMN(CO31)))*( CO31<"") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not working: Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting - not working | Excel Discussion (Misc queries) | |||
Conditional Formatting Not Working Out | Excel Programming | |||
Conditional Formatting not working | Excel Programming | |||
Conditional formatting not working! | Excel Programming |