I am trying to compare Text.
-Input are short statements about a dish (i.e. Noodles with Vegetables /Spagettti and steak etc) typed by serval hundred people
-Control are the names of the actual dishes (i.e Homemade noodles served with vegetables, Spaghetti with cordon blue)
For each word (even if misspelled) a point should be awarded if it is mentioned within the correct dish in the control column.
Column of Input dish can but does not always correspond with the dish in the control column. (f. e. Input A1 is cordon Blue, A2 Steak / control in B1 is Homemade noodles served with vegetables, in B2 Spaghetti with cordon blue)
I tried the VLOOKUP function with an approximate match. But the match is to approximate, since a single identical letter within a word results in a match. I cant have Michael Jordan count as a cordon blue…
Also tried single word comparison with VLOOKUP what resulted in same problem as before.
VLOOKUP with exact match does not work for misspelled words. Same for EXACT.
Whatever does the job must also work when I add multiple IF / COUNTIF and SUM functions later to the formula.
Thanks.