Jan 27 2023 01:42 PM
Hello, I have tried so many different ways to try and lock my formulas but for some reason I can't get it to do what I want. This tracker is to collect data on how many actions each specialist is taking per account. In the "Current" tab is a combination of formulas, copy and paste of data, as well manual entering. Once completed, the specialist manually moves it to a new sheet "Finished". Is there a way for me to accomplish locking only the formulas that will populate based on the data entered in the sheet?
Jan 27 2023 11:33 PM
Protect formulas or cells without sheet protection from modification
In some situations, the use of blade protection may be undesirable. In order to still protect cells with formulas or any other cells against unwanted changes in these cases, the following procedure can be used.
Use the Format Cells / Protection command to define which cells are to be protected and which are not. To remove cell protection, simply uncheck Locked.
Mark the desired cell range or all cells of the worksheet.
Now open the corresponding dialog box via the Data / Data Tools / Data Validation / Data Validation menu.
Under Allow, select Custom and enter the following formula: =NOT(CELL("Protection",A1))
With a click on the OK button, the defined cells are now protected as desired.
Important:
The procedure presented protects the cells from being accidentally overwritten. However, the locked cell can still be deleted with the Delete key. Protected cells can also be overwritten using the copy and paste function. The function presented does not represent particularly good protection, but it is sufficient in practice in many cases.
I would be happy to know if I could help.
Was the answer useful? Mark them as helpful!
This will help all forum participants.
Feb 01 2023 12:02 PM
Feb 01 2023 07:45 PM
Jul 22 2024 08:41 AM