Match Long Text
Explanation The MATCH function has a limit of 255 characters for the lookup value. If you try to use longer text, MATCH will return a #VALUE error. To workaround this limit you can use boolean logic and the LEFT, MID, and EXACT functions to parse and compare text. Note: this formula performs an exact match when both the lookup value and array values are greater than 255 characters. See below for other options....