???? =offset(ADDRESS(ROW(),COLUMN()),1,1,1,1)

B

bj

what is the error?
if the equation were in cell A1, it should give the value in B2
what does it do?
 
C

Creator

Hey bj, thanks....it worked!!
--
Creator


bj said:
the address function gives a text response not a referense response
try
=OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),1,1,1,1)
 
B

bj

the address function gives a text response not a referense response
try
=OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),1,1,1,1)
 
Top