Hi, I have the following table:
Car name is a specific name. And colour is a drop down list. I'm trying to add a data validation to the colour column so that before a colour option can be selected the car name must not be empty. If they tried to fill in the colour column from the drop down list, then an error message should appear.
I've tried a formula such as isblank and selecting the drop down list cell. But it hasn't worked. I was wondering if anyone knew how to do this with data validation? Thanks.
Car Name | Colour |
Car_021 | Red |
Car_022 | Grey |
Car_023 | Blue |
Car name is a specific name. And colour is a drop down list. I'm trying to add a data validation to the colour column so that before a colour option can be selected the car name must not be empty. If they tried to fill in the colour column from the drop down list, then an error message should appear.
I've tried a formula such as isblank and selecting the drop down list cell. But it hasn't worked. I was wondering if anyone knew how to do this with data validation? Thanks.