T
Tiziano
I have the following formula:
=if(Sheet1!$c3<>"", do something, do something else)
that I would like to re-write as:
=if(address(3,3,2,TRUE,"Sheet1")<>"", do something, do something else)
The second formula unfortunately always seems to evaluate to TRUE.
What am I doing wrong?
=if(Sheet1!$c3<>"", do something, do something else)
that I would like to re-write as:
=if(address(3,3,2,TRUE,"Sheet1")<>"", do something, do something else)
The second formula unfortunately always seems to evaluate to TRUE.
What am I doing wrong?