Limiting input by date

  • Thread starter Thread starter NEHicks
  • Start date Start date
N

NEHicks

Is there a way to stop a worksheet from accepting data after a certain date?
I have a workbook with 26 worksheets, 1 for each pay period. I would like to
add some kind of date limit so that the users of the workbook must go to the
next pay period if it is after the date that "sheet" closed.
 
You can use

Data | Validation
Just set your end date to be equal to some cell on that sheet where you
input the close date.
 
Back
Top