I have two columns in an Excel spreadsheet.
The first (A1:A10) has all possible text values (abcdef) in each cell.
Each cell in the second column (B1:B10) has only one of the possible text letters (ex. b in cell B1).
I am looking for an Excel formula (or some technique)
that will allow me to create a third column (C1:C10) that the formula will populate with all the possible text values from column A EXCEPT for the text value in the same row of column B.
Example
Col A ColB ColC
abcdef b acdef
abcedf f abcde
Thanks
John
The first (A1:A10) has all possible text values (abcdef) in each cell.
Each cell in the second column (B1:B10) has only one of the possible text letters (ex. b in cell B1).
I am looking for an Excel formula (or some technique)
that will allow me to create a third column (C1:C10) that the formula will populate with all the possible text values from column A EXCEPT for the text value in the same row of column B.
Example
Col A ColB ColC
abcdef b acdef
abcedf f abcde
Thanks
John