Adress formula nested in an IF...

  • Thread starter Thread starter SpeeD72
  • Start date Start date
S

SpeeD72

Hi

I´ve made an adress formula in an IF, to return the valeu
of that same cell but in Sheet2. It doesn´t work! the if
formula doesn´t interpert the return of the adress formula
as an excel "range".
Can anyone help me?
Thanks
Speed

=IF((ADDRESS((ROW());(COLUMN());;;A1))<>"";COLUMN();"")

A1 =Sheet2!
 
-----Original Message-----
Hi

I´ve made an adress formula in an IF, to return the valeu
of that same cell but in Sheet2. It doesn´t work! the if
formula doesn´t interpert the return of the adress
formula as an excel "range".

Speed

Without the error checking
=INDIRECT(A7&ADDRESS(ROW(),COLUMN())) seems to work.

Regards
Peter
 
You received an answer to your original question. Why not check it out.

--
Regards,
Tom Ogilvy

Hi

I´ve made an adress formula in an IF, to return the valeu
of that same cell but in Sheet2. It doesn´t work! the if
formula doesn´t interpert the return of the adress formula
as an excel "range".
Can anyone help me?
Thanks
Speed

=IF((ADDRESS((ROW());(COLUMN());;;A1))<>"";COLUMN();"")

A1 =Sheet2!
 

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

Back
Top