Hi,
I am using the below formula to count how many number of times the text occurs in the column.
=SUM(LEN(<range>)-LEN(SUBSTITUTE(<range>,"text","")))/LEN("text")
It works fine when addressing to a column with plain text. But I need to use it on a column where the VLOOKUP...