Hello, I designed a sheet that essentially takes data inputs from manual data pulls for a given week. The problem is the data has to be pulled one day at a time and is subject to user error.
Basically I want to prevent errors like this from causing a corruption of data in the reports that this sheet will feed. I want to put a check in that'll check the date on the data inputs and make sure they go sequentially from x to y. I could have this on a seperate tab, likely hidden. Using if then statements I'll simply have one cell that shows whether the sheet is a pass or fail. What I want to do is prevent saving the document or at the very least throw up an error box saying there is something wrong.
Is there any way to do something like that?
Bookmarks