As a basic outline, I have column 1, 2, and 3. Columns 1 and 2 list 4 identical options: A, B, C, D in a drop down menu.
Essentially, I would like column 3 to calculate/display the difference between columns 1 and 2, removing a duplicate. For example:
Column 1: A, B, C, and D are selected in the drop down
Column 2: B is selected as the item to remove from the list in Column 1
Column 3: I need a formula that takes the list from Column 1 (A, B, C, D) , removes the item indicated in Column 2 (B), to leave a list without the item indicated in Column 2 (A, C, D).
Simply put - I want Column 3 to display the result from Column 1 (C1) minus - Column 2 (C2) = to equal (C1-C2). This is all text data, not numerical so it is not simple math.
I hope that makes sense! There is a simple "+" calculation to combine text data, but no simple calculation to remove duplicate data.
Thank you!