Conditional Formatting

G

Gos-C

Hi,

In my spreadsheet, H6:H13 have dates; L7, L9 and L11 have 0 (zero) as a
result of formulas; I highlighted M6:M13; selected Formula Is for
Conditional Formatting and entered =AND(H6:h13<>"",L6:L13=0); and
selected the Diagonal Stripes pattern. Nothing happened when I clicked
OK. Can anyone tell me why?

Thank you,
Gos-C
 
G

Guest

This one seems to work:

=AND(H6<>"", L6 = 0, L6<>"")

However, your question is actually why. I can't answer that. It would
appear your formula would need to be an array formula, but I tried entering
with cntl-shift-enter and it still didn't work. I don't know if as a general
rule conditional formatting can be an array formula.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top