JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
I have a table of 30 days (day numbers are headers in the top row), where I need to ensure a user enters consecutive values, i.e. if there's a value in day 10 then days 1-9 must include values as well.
Is there a way to use Data Validation to provide a pop-up warning message if the user enters a value into a given column but hasn't in any of the prior cells in the same row? Or perhaps easier, a check along the lines of:
Want this to be a warning only i.e. the user can still continue entering values, even if they're not in consecutive columns for the same row
If this doesn't make sense, I'll attach a screenshot if possible.
Thanks,
Jack
I have a table of 30 days (day numbers are headers in the top row), where I need to ensure a user enters consecutive values, i.e. if there's a value in day 10 then days 1-9 must include values as well.
Is there a way to use Data Validation to provide a pop-up warning message if the user enters a value into a given column but hasn't in any of the prior cells in the same row? Or perhaps easier, a check along the lines of:
Code:
IF the cell to the current cell is empty THEN give a warning
Want this to be a warning only i.e. the user can still continue entering values, even if they're not in consecutive columns for the same row
If this doesn't make sense, I'll attach a screenshot if possible.
Thanks,
Jack