mohadin
Active Member
Hi all
in cell
e2=OFFSET($E$2;ROW($A$1)-2;COLUMN()-4)
drag it down would be ok
but copy it to other cell in col E should be like this:
E2=OFFSET(E2;ROW($A$1)-2;COLUMN()-4)
causes problem when drag it down
so' i'm trying to replace the ref in offset with the formula [ADDRESS(ROW();COLUMN())]
but It do not like it
any Ideas
Thanks
in cell
e2=OFFSET($E$2;ROW($A$1)-2;COLUMN()-4)
drag it down would be ok
but copy it to other cell in col E should be like this:
E2=OFFSET(E2;ROW($A$1)-2;COLUMN()-4)
causes problem when drag it down
so' i'm trying to replace the ref in offset with the formula [ADDRESS(ROW();COLUMN())]
but It do not like it
any Ideas
Thanks