Hi there,

I have an index/match formula for which there are multiple values returned. I don't need to list out the multiple "hits" so-to-speak, but I want to be able to compare all the values that would be returned against my index/match and see if any are equal to each other. For example, if the index/match function could hold true/return 5 values, are those values equal to one another? If yes, return "TRUE" if no, return "FALSE".

Thanks!