Here is the formula that works for several people on different computers and all versions are 2503+
but when people open on versions 2408 and other 2400 versions, all formulas change to #REF.
Version 2500+ (document created in this version)
=(SUMIFS('SAI-41036-Q1'!$J:$J,'SAI-41036-Q1'!$D:$D,'Data Entry'!$D$70,'SAI-41036-Q1'!$F:$F,'Data Entry'!$F$70,'SAI-41036-Q1'!$K:$K,'Data Entry'!$K$70,'SAI-41036-Q1'!$M:$M,{"*\BLD"}))*2
What is causing this?
Versions 2400+ shows the #REF for all formulas
=(SUMIFS('SAI-41036-Q1'!#REF!,'SAI-41036-Q1'!#REF!,'Data Entry'!$D$70,'SAI-41036-Q1'!#REF!,'Data Entry'!$F$70,'SAI-41036-Q1'!#REF!,'Data Entry'!$K$70,'SAI-41036-Q1'!#REF!,{"*\BLD"}))*2
Background:
SAI-41036-Q1 has the quarterly data stored in it. To update this data, user is to delete the current data and paste new data back into the SAME sheet. Just using basic copy and paste to put new data into the named worksheet for quarterly data.
It appears to be the reference to the column where I don't know the end of the data so I am using just the column reference in this manner. Is this not a supported feature in version 2400+?
This also happens on another sheet reference where there is no column reference with just the column with colons (ie J:J) . I am puzzled what is causing just some users to not be able to copy and paste new data into a sheet where the name HAS NOT changed. Old data deleted, new data copied in. Formulas are also locked so the user cannot accidentally delete anything. Sheets with copied data are NOT protected. However, Sheets with the formulas are Protected with a password.
Is this a Trust Center setting? Help on this error has pointed me to those options but doesn't detail what to change.
Thanks for your help.

