Forum Discussion

Prime560's avatar
Prime560
Copper Contributor
Oct 25, 2022

Adding formulas to locked cells

I have a spreadsheet that I need to lock and have others be able to add rows for data entry. The problem I have is that when adding rows in the locked document, the formulas don't auto-populate 

1 Reply

  • JKPieterse's avatar
    JKPieterse
    Silver Contributor
    That is one of those things that a protecting a sheet makes harder to do. The simplest solution is a macro tied to a button that unprotects the sheet, inserts a row and protects the sheet

Resources