Try this. It assumes that your data are in A1 to A3. Put the string (LFB) in B1. It will find lfb and LFB and count them both...

=SUMPRODUCT((LEN(A1:A3)-LEN(SUBSTITUTE(UPPER(A1:A3),B1,"")))/LEN(B1))