View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default 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