I want to create a sheet that will have about 8 colums. Two of the columns will be drop down lists. The combination of the values chosen from the list cannot be duplicated. I was wondering how to code for that?
Say for example the user selected on row 2
Nissan Maxima
and on row 5
Nissan Maxima again.
I do not want to allow them to do that. Would I have to do some type of loop or something. Also, what would be the best way to populate the drop down lists, using Data Validation | List or through VBA code?
Say for example the user selected on row 2
Nissan Maxima
and on row 5
Nissan Maxima again.
I do not want to allow them to do that. Would I have to do some type of loop or something. Also, what would be the best way to populate the drop down lists, using Data Validation | List or through VBA code?