jmoore19023
New Member
- Joined
- Jun 12, 2024
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hey,
I'm pretty new to excel and am trying to figure out a way to force users to enter data under certain conditions. I have a form where they enter a number every hour. Based on what that number is, they may have to provide additional details.
Currently I have it to where they cannot skip the putting in the number for the previous hour using the custom selection in data validation and the formula given: =(COUNTIF(C6,"")=0). This goes down several rows checking each prior cell for a value ensuring that that user has entered some value.
Now where I'm getting hung up at is, I need the data validation to ensure that when a target is not met(which I have a cell that figures that), that a reason must be provided. Is this possible? And if so, how would I set the formula up in data validation so that both criterias are met.
1.) Data in above cell must not be "".
2.) If value in above cell does not meet target, a value must be present in cell K (and L if possible) before next hour's value can be entered.
Thanks in advance and sorry if I explained this poorly.
I'm pretty new to excel and am trying to figure out a way to force users to enter data under certain conditions. I have a form where they enter a number every hour. Based on what that number is, they may have to provide additional details.
Currently I have it to where they cannot skip the putting in the number for the previous hour using the custom selection in data validation and the formula given: =(COUNTIF(C6,"")=0). This goes down several rows checking each prior cell for a value ensuring that that user has entered some value.
Now where I'm getting hung up at is, I need the data validation to ensure that when a target is not met(which I have a cell that figures that), that a reason must be provided. Is this possible? And if so, how would I set the formula up in data validation so that both criterias are met.
1.) Data in above cell must not be "".
2.) If value in above cell does not meet target, a value must be present in cell K (and L if possible) before next hour's value can be entered.
Thanks in advance and sorry if I explained this poorly.