Cell locking and data validation

CMucha

New Member
Joined
Mar 6, 2025
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I am working on a form and need some help. There is a column of cells that has a data validation drop down list,(pass,fail). Based on the “pass” selection in an individual cell the next five cells should be locked. Is it better to use a VBA or custom data validation ? And how would I build it to not interfere with the other drop down list validation ?
 
When you say "locked" I assume you mean "user may not enter any data."

What is in the other five cells that want to lock? You could put custom data validation in those five cells like
Excel Formula:
=A1<>"pass"
where A1 is the pass/fail selection

What is the other dropdown list validation that you don't want to interfere with?
 
Upvote 0
When you say "locked" I assume you mean "user may not enter any data."

What is in the other five cells that want to lock? You could put custom data validation in those five cells like
Excel Formula:
=A1<>"pass"
where A1 is the pass/fail selection

What is the other dropdown list validation that you don't want to interfere with?
It’s a drop down list in column F and I need to lock from GHIKJ
 
Upvote 0
What is in the cells in columns G:J? Formulas, data validation, values?

Did you try what I suggested?
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top