Hi
I have this following formula to find out no of repetition of a particular word in a paragraph.
=SUMPRODUCT((LEN(B5:B8)-LEN(SUBSTITUTE(B5:B8,C2,"")))/LEN(C2))
But the prob is the embedded excel of SAP BO dashboard does not support SUBSTITUTE()
So can anyone help me out to rewrite this same formula with supported functions by SAP BO dashboard
Thanks is adv