How do I stop google sheets reassigning formulae values on another sheet -
my issue follows:
i have formsite automatically adding rows workbook in google sheets. sheet formats data data capturers copy , paste programme. issue mapping seems go haywire every time formsite adds row.
for example: if column on copy sheet has
=formsitesheet!a1
=formsitesheet!a2
=formsitesheet!a3
when formsite adds row instead of values on updating changes =formsitesheet!a2
=formsitesheet!a3
=formsitesheet!a4
is there anyway change behaviour?
thanks
here workaround. use indirect() row()
=indirect("'formsitesheet'!a"&row(a1))
or
=indirect("'formsitesheet'!a"&row(a1)+x)
where x offset.
hope helps
Comments
Post a Comment