Hi all,
I wrote a formula that counts the number cells that contain “Yes” ($E$1 = Yes in the below formula). However sometimes the cell may contain more than just the word yes – for example ‘Yes – to be confirmed’ & my formula does not pick up this cell. Is there a way I can adjust the below formula to pick up the cell even if it has more than just the word in E1?
=SUMPRODUCT((Sheet2!$F$5:$F$200= $C3)*(Sheet2!$B$5:$B$200= $E$1))
Thanks
Bookmarks