I have the following formula in my spreadsheet:
=SUMPRODUCT(('Apr-Jun'!$J$2:$J$20000="ACKNOWLEDGEMENT")*('Apr-Jun'!$U$2:$U$20000<>"")*('Apr-Jun'!$X$2:$X$20000=""))
In colummn J I have entries that say ACKNOWLEDGEMENT but I also have entries that say PERMISSION ACKNOLWLEDGEMENT and OLD ACKNOWLEDGEMENT. Can anyone please tell me how I change my formula so that it counts the number of entries that contain the word ACKNOWLEDGEMENT rather than equalling the word it's own?
=SUMPRODUCT(('Apr-Jun'!$J$2:$J$20000="ACKNOWLEDGEMENT")*('Apr-Jun'!$U$2:$U$20000<>"")*('Apr-Jun'!$X$2:$X$20000=""))
In colummn J I have entries that say ACKNOWLEDGEMENT but I also have entries that say PERMISSION ACKNOLWLEDGEMENT and OLD ACKNOWLEDGEMENT. Can anyone please tell me how I change my formula so that it counts the number of entries that contain the word ACKNOWLEDGEMENT rather than equalling the word it's own?