I'm using the below formula to look up the first instance of a name appearing in an email (Column L). I have around 40,000 rows and the formula is getting slower and slower as new rows (emails) come in.
Would you know of a way to speed up the formula at all?
Formula:Advisors = Defined list of people (also growing)![]()
=INDEX(Advisors,MATCH(TRUE,ISNUMBER(SEARCH(Advisors,L3613)),0))
Bookmarks