I am analyzing data having 450000 cells in a column range which is taking a long time to find occurrences of a specific word hence hanging Excel. The formula I am using is =SUMPRODUCT(LEN(range)-LEN(SUBSTITUTE(range,word,"")))/LEN(word)
Please help me on this query.