
Hi @Scott R Pelton,
Good day to you! Welcome to Microsoft Q&A forum.
Thank you for reaching out and for the detailed explanation, it really helps in understanding your setup.
You’ve configured a dependent drop-down in cell A22 based on the selection in S17, which works well. To prevent users from entering data in A22 when S17 is blank, you can apply a custom data validation rule.
I'd suggest trying the following steps:
1/ Select cell A22.
2/ Go to the Data tab and click Data Validation.
3/ In the Data Validation dialog:
- Set Allow to: Custom
- Enter the following formula: =NOT(ISBLANK($S$17))
- This formula ensures that A22 only accepts input if S17 has a value.
4/ (Optional) Add a message to guide users:
- Input Message: “Please select a Sheet Item Number in S17 before entering an Item #.”
- Error Alert: “You cannot enter an Item # unless a Sheet Item Number is selected in S17.”
5/ Click OK to apply the validation.
Explain:
When S17 is blank, Excel will block any input in A22 and show your custom error message.
Once S17 has a value, A22 will accept input as usual, including your dependent drop-down list.
Notes
- If you have a range of cells (e.g., A22:A40) that need this rule, you can apply the same validation formula to the entire range.
- This method works in all modern versions of Excel, including Microsoft 365.
For reference:
Looking forward to hearing how it goes. Please let us know if you require any additional guidance. I'm happy to help!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.