View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default conditional formatting problem

It doesn't work if you just wrap it in an AND statement,
although I can see no reason why it shouldn't..


Yeah, that's where I'm at!

I can see no reason why it shouldn't work.

Biff

"Toppers" wrote in message
...
Biff,
It doesn't work if you just wrap it in an AND statement, although
I
can see no reason why it shouldn't..

=IF(AND(A1=123),"T","F") works as a normal formula

=AND(INDIRECT(ADDRESS(ROW(),COLUMN()))=MIN(N$7,N$1 9,N$31)) doesn't work in
CF

....?????


"T. Valko" wrote:

Well, I'm making progress!

If I remove the AND(COUNT(......) it works.

=INDIRECT(ADDRESS(ROW(),COLUMN()))=MIN(N$7,N$19,N$ 31)

Screencap:

http://img248.imageshack.us/img248/6...roblemafj9.jpg

As you can see it does work with empty row/column arguments.

Here's the post from last night:

http://tinyurl.com/ysdmax

I've used much more complex formulas in CF than these!

I hate not knowing what's causing this to not work.

Biff

"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
Biff,

When I enter numbers into the Address function, it works, but doesn't
when
I use ROW() and/or COLUMN().

Perhaps it is too nested for CF.

Bernie


"T. Valko" wrote in message
...
This has me completely stumped!

Why doesn't this conditional formatting get applied?

Screencap:

http://img522.imageshack.us/img522/8...problembt4.jpg

The formula is correct. I've put the same formula in column O
(adjusted
for the column offset) and as you can see, evaluates to TRUE.

That highlighted 23 is also conditionally formatted. Just a test to
make
sure that *any* CF is working.

Thanks
Biff