MixedUpExcel
Board Regular
- Joined
- Apr 7, 2015
- Messages
- 222
- Office Version
- 365
- Platform
- Windows
Hi,
I'm not sure if this can be done - having looked at various examples on sites / forums - nothing I've tried seems to combine together.
I'm not looking for a VBA Solution as it's hard for me to control who will have access to the workbook and educate them on what 'macro enabled or not enabled' means.
Scenario
I have built an order tracker with various drop downs / formulas / conditional formatting etc.
I have locked all cells.
I have selected cells that need user entry and unlocked these.
I have protected the sheet with only the 'Select unlocked cells' option ticked
This works as expected.
I have been asked by a different department if they can be the only ones who can enter data / select drop down box etc in columns L and M, whilst allowing everyone else to continue to enter data into the 'unprotected' cells.
For Columns L and M, I select the cells / columns and then in the Ribbon - Review > Allow Edit Ranges > New (provide Title / Range is already selected / add Range Password)
Then I protect the sheet. Options ticked are Select Locked Cells and Select Unlocked Cells - leaving password blank for testing purposes.
Outcome
1. I can select cells that were unlocked and enter data
2. I can select cells that were locked BUT if I try to enter data I get a message 'The cell or chart you're trying to change is on a protected sheet. To make a change, unprotect the sheet'
3. I can select a cell in Column L and when I try to enter data, it asks me for a password.
Points 1 and 3 above are as I want them to be.
Point 2 is not. I want those cells to not enable the users to select them (therefore no pop-up message is required as they can't select the cell).
As far as I can tell, I have all the parts to this puzzle. I'm just possibly not putting them in the right order / selecting the right tick box?
Can anyone advise which is the correct way to do this so that my outcome of Points 1 and 3 are correct and users can not select the locked cells as per Point 2?
Thanks in advance.
Simon
I'm not sure if this can be done - having looked at various examples on sites / forums - nothing I've tried seems to combine together.
I'm not looking for a VBA Solution as it's hard for me to control who will have access to the workbook and educate them on what 'macro enabled or not enabled' means.
Scenario
I have built an order tracker with various drop downs / formulas / conditional formatting etc.
I have locked all cells.
I have selected cells that need user entry and unlocked these.
I have protected the sheet with only the 'Select unlocked cells' option ticked
This works as expected.
I have been asked by a different department if they can be the only ones who can enter data / select drop down box etc in columns L and M, whilst allowing everyone else to continue to enter data into the 'unprotected' cells.
For Columns L and M, I select the cells / columns and then in the Ribbon - Review > Allow Edit Ranges > New (provide Title / Range is already selected / add Range Password)
Then I protect the sheet. Options ticked are Select Locked Cells and Select Unlocked Cells - leaving password blank for testing purposes.
Outcome
1. I can select cells that were unlocked and enter data
2. I can select cells that were locked BUT if I try to enter data I get a message 'The cell or chart you're trying to change is on a protected sheet. To make a change, unprotect the sheet'
3. I can select a cell in Column L and when I try to enter data, it asks me for a password.
Points 1 and 3 above are as I want them to be.
Point 2 is not. I want those cells to not enable the users to select them (therefore no pop-up message is required as they can't select the cell).
As far as I can tell, I have all the parts to this puzzle. I'm just possibly not putting them in the right order / selecting the right tick box?
Can anyone advise which is the correct way to do this so that my outcome of Points 1 and 3 are correct and users can not select the locked cells as per Point 2?
Thanks in advance.
Simon