Sometimes the test cells that return "INVALID MARK" don't update. Then you don't get any feedback on the front page. I think this is because of the way that the "INVALID MARK" is calculated and might have something to do with the ISOVERMAX() function that I made. There is a circular reference there somewhere.
There are two solutions:
Periodically update each of the exam sheet "INVALID MARK" cells to update them when they fail.
Resolve the circular reference to prevent the error from occurring again.
I can't seem to figure out why the circular reference is happening though so I will attempt #2, and if I can't resolve it, I will do #1.
Sometimes the test cells that return "INVALID MARK" don't update. Then you don't get any feedback on the front page. I think this is because of the way that the "INVALID MARK" is calculated and might have something to do with the ISOVERMAX() function that I made. There is a circular reference there somewhere.
There are two solutions:
I can't seem to figure out why the circular reference is happening though so I will attempt #2, and if I can't resolve it, I will do #1.