One simple way is to use Data Validation with a custom rule that says
It will not allow you to enter data in the cell until the above condition is TRUE. You can apply the Data Validation to B9:B78.
A more sophisticated way is to use VBA and user forms to lead the user through the process, so that there is not even a place to enter certain data until other data has been provided. This needs to be very specific to your data, though, and you haven't provided enough information to give a complete solution.
Bookmarks