Hi all,
I have this formula in my spreadsheet:
=SUMPRODUCT(($E$2:$E$3000="URP")*(ISNUMBER(SEARCH("granuloma",$J$2:$J$3000))))
I need the formula to detect "URP" in column E when it is not a single entry. Some cells in column E might have (URP, URA, URM, ... ect). I tried typing an "*URP*" but apparently asterisk can not work with this formula. So I need the formula to count how many "URP" in column E regardless if it is single entry or with other values.
Can you guys please help?
I have this formula in my spreadsheet:
=SUMPRODUCT(($E$2:$E$3000="URP")*(ISNUMBER(SEARCH("granuloma",$J$2:$J$3000))))
I need the formula to detect "URP" in column E when it is not a single entry. Some cells in column E might have (URP, URA, URM, ... ect). I tried typing an "*URP*" but apparently asterisk can not work with this formula. So I need the formula to count how many "URP" in column E regardless if it is single entry or with other values.
Can you guys please help?