If you're willing to lose your dropdowns, you can set up data validation to do it as follows. Otherwise, you'll need to use VBA.
Assuming the columns are A, B, C starting in row 2. Highlight Column A from 2 to last entry. Go to data Validation, choose Custom and remove the checkmark next to "Ignore Blank".
Enter this formula;
=OR(A2="",AND(A2=1,B2="",C2=""))
Then go to the Error Alert Tab and type something like this
A rating of 1 can only be used here if there is no rating in Columns B and C. Erase those columns first.
Whenever anyone tries to enter anything other than a 1 or column B or C is not blank in that row, they will get that error message.
Does that work for you?
ChemistB
Bookmarks