My question is similar to this one, with a key difference in the output that I've no idea how to do: Google Sheets - Compare multiple words in cell with another cell & count number of matches
If I have a comma separated list in one cell and human input in the other using those words to write a sentence, is there a formula I can use to compare the two cells and display any words that haven't been used?
For example:
G8 (List): compare, cost, energy, glazed, glazing, guide, home, homebuilding, it, make, prices, range, renovating, savings, sense, triple, ultimate, window, windows, worth
G9 User Input: Is Triple Glazing Worth The Cost When Compared to Double Glazed Windows?
G10 (Unused Words): (Each word in G8) - (each word in G9) = leftover words
Is this possible?