If this works:
=IF((CELL(“contents”,H12)=””),”blank”,”NOT blank”)
and so does this (as part of a longer formula) to refer to the cell adjacent and to the right of the current cell:
ADDRESS(CELL(“row”),CELL(“col”)+1)
then why can’t I substitute H12 in the first formula to a logical value like this:
=IF((CELL(“contents”,ADDRESS(CELL(“row”),CELL(“col”)+1)=””),”blank”,”NOT blank”)
what I get is a formula error… I’m hoping it’s something simple that I haven’t spotted.
In case you are wondering I want to use conditional formatting and it is predicated on the adjacent, right cell being blank (or not)
many thanks
liz