Chandoo - I am parsing a cell in column CF, each cell has 1 to 30+ concatenated email addesses in it. Each survey is a row(1:20000) / Column C is each users *email@xxx.com*. The function I am using is MATCH($C14,SURVEYDATA!$CF$1:$CF$20000,0) and it returns the row number perfectly. But there are...