I have two reports that have similar data, but not exact. I need to tak the information in report A, find how it is read in report B, and then show the result in report B so I can look up that value.
For example
In report A the data reads "canned in water tuna"
In report B the data reads "tuna, canned in water"
More data would be
Report A "black ground pepper"
Report B "pepper, black ground"
I have added report A to Column A, and report B to column B in the same spread sheet for ease.
I found this formula =IF(AND(ISNUMBER(SEARCH(TEXTSPLIT(A1,," "),B1))),"Match","No Match") that works if the cells are next to each other. When I try to expand the search radius to B:B the formula fails.
I would also need to change "Match", "No Match" to Result in column B, "No Match"
Any help here is appreciated
For example
In report A the data reads "canned in water tuna"
In report B the data reads "tuna, canned in water"
More data would be
Report A "black ground pepper"
Report B "pepper, black ground"
I have added report A to Column A, and report B to column B in the same spread sheet for ease.
I found this formula =IF(AND(ISNUMBER(SEARCH(TEXTSPLIT(A1,," "),B1))),"Match","No Match") that works if the cells are next to each other. When I try to expand the search radius to B:B the formula fails.
I would also need to change "Match", "No Match" to Result in column B, "No Match"
Any help here is appreciated