Hi, I have a spreadsheet where users can type in a number in Row 1 Col A. They are suppose to ensure that there are no Null values in Col E and Col F but they (of course) never do.
Is there a way to write a macro to perform a function where:
User enters a number in Row 1 Col A. The Macro checks the number. If there is no text data in Row 1 Col E AND no data in Row 1 Col F, then don't allow any entry in Row 1 Col A UNLESS the number is between 500 and 600. If so, don't do a check against Row 1 Col E or Row 1 Col F.
Bookmarks