Originally Posted by
NBVC
If I understand correctly, you can apply Data Validation through the Data menu.
The only caveat is that data validation rules don't seem to get auto-applied in Tables as you insert new rows. So you will have to preselect the range starting at B2 and ending in column C at a row you think the data should never reach.
Then go to Data and select Data validation from the Data Validation drop down.
Then select Custom from the Allow menu and enter formula:
=COUNTIFS($A$2:$A2,$A3,$B$2:$B2,"<="&B3,$C$2:$C2,">="&B3)=0
The validation won't apply to already completed cells, but if you insert a new row and begin entering data, you should get an error if the data overlaps another already entered date range for that machine. You will get a popup error message (which you can customize through Data validation windows).
Bookmarks