lets say we have the following table:
A B C
1 | x | X | X |
2 | y | X | X |
3 | | | |
In cells A1-A3 we have a dropdown list with 2 options: [x,y]
In cells B1-B3 we have a dropdown list with 2 options: [x,y]
In cells C1-C3 we have a dropdown list with 2 options: [x,y]
Is it possible to create a button that suggests to the user a new combination that it wasn't already submitted on the previous rows ?
For example it would suggest that on row 3, he can select any of the following: "yyy/yyx/xyx/ etc.." or even to pick any of the possible suggestions and display it (just one)
Sure. But with VBA. The VBA can look like the following:
We can't write the code for you but we can help you find the answers.
Links to help you get started: