Looks like Named Ranges and/or Sheet Protection might be your best options.
1/. Create a Named Range for the Data Entry Table
Name:= DataEntryForm
Refers To :=
2/. In G3
Drag Across to I3 Then Down to Row 7
3/. Protect the sheet but allow manual entry to the Data Table.
Select B3:D7
Format > Format Cells ...
In the Protection Tab Uncheck Locked > Press Okay
Format > Protection:=Protect Sheet
You can enter a password and select the desired options, but for this exercise just Press Okay
Try what you need to do with the Data Table.
Now unprotect the sheet
Format > Protection:=Unprotect Sheet
Select B3:D7 and drag the whole table somewhere else on the sheet.
The new formula should still display correctly, but the Indirect method will fail.
This is just to illustrate what is possible to control, there are many more permutations that you can use.
Bookmarks