I have 3 columns: (example)
- Column A: elements for the dropdown
- Column B: "VIP" selection
- Column C: "normal User" selection
The dropdown in Column B simply has all elements of Column A.
The dropdown in Column C however should only have the remaining elements of Column A (=> not selected In B or C)
I was able to do that by creating a Column (lets call it D) where only elements are added that are in Column A but not in Column B or C and using the data validation for Column C on this Column D. The Problem is ofc this is recursive...so as soon as I enter something in Column C it gets removed from Column D and is no longer valid in column C (but for this Cell it should be)
So I think there are only 3 options to solve this...
- don't use recursion (but I don't know how to solve my problem then)
- disable the warning from the data validation (would be fine for me but as far as I know not possible?)
- create a dropdown without using the data validation (don't know how/if that is possible)
I hope someone can help me with that.


