I am trying to use SUMPRODUCT to obtain the number of times the letter “M” or “U” occur in a column of data. The cells with these letters will also have numbers, i.e., M-1234; however, the values in these cells will always start with these letters (if present). I’m having difficulty with the syntax. I’ve tried SUMPRODUCT('Sheet1'!I6:I1200="M*")*('Sheet1'!I6:I1200="U*"), but this returns a value of zero; I know that here are currently 21 occurrences of either “M” or “U”. Can anyone tell me what’s wrong here?
Thank you.
Bookmarks