Help With ADDRESS Function
that I would like to re-write as:
=if(address(3,3,2,TRUE,"Sheet1")<"", do something, do something else)
WHY?
If you want that way then try like this:
=IF(INDIRECT(ADDRESS(3,3,2,TRUE,"Sheet1"))<"","do something","do something
else")
"Tiziano" wrote:
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?
--
tb
|