I have a huge list of accounting entry descriptions (all are unique and hand typed) that need to be examined to determine treatment (1 of 3 possibilities). I built a keyword finder using IFERROR(INDEX(MATCH(ISNUMBER)))) that works great. It leverages a 2 column table with keywords and their treatment (1, 2, 3). I added an IFERROR to flag those with no keyword.
The problem is some entries include multiple keywords, and sometimes their treatments in the table conflict. Due to the randomness in what keywords may show up and in what order, I can't build that into the keyword table. The equation defaults the result to the first keyword it sees.
Is there a way to either auto-flag these accounting entries for further manual inspection or even merge multiple random keyword results in the output (such as it coming back with treatment "12", "31", "21", etc.?
Thanks in advance!
The problem is some entries include multiple keywords, and sometimes their treatments in the table conflict. Due to the randomness in what keywords may show up and in what order, I can't build that into the keyword table. The equation defaults the result to the first keyword it sees.
Is there a way to either auto-flag these accounting entries for further manual inspection or even merge multiple random keyword results in the output (such as it coming back with treatment "12", "31", "21", etc.?
Thanks in advance!