-- Creator
C Creator Feb 17, 2006 #2 Why does this formula give me an error? =offset(ADDRESS(ROW(),COLUMN()),1,1,1,1)
B bj Feb 17, 2006 #3 what is the error? if the equation were in cell A1, it should give the value in B2 what does it do?
C Creator Feb 17, 2006 #5 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) Click to expand...
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) Click to expand...
B bj Feb 17, 2006 #6 the address function gives a text response not a referense response try =OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),1,1,1,1)
the address function gives a text response not a referense response try =OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),1,1,1,1)