G
Guest
Hiya
I've got a calculated range of 1 column. The cells in this column can hold various bits of text
I want to count how many of these cells have the first 5 characters identical to cell A2. How can I do this? The following don't seem to work (the 'range' works fine)
countif(range,Left(<don't know what to enter here>,5)=left(A2,5)
sumproduct(left(range,5)=left(A2,5
Any ideas
Thank
TT
I've got a calculated range of 1 column. The cells in this column can hold various bits of text
I want to count how many of these cells have the first 5 characters identical to cell A2. How can I do this? The following don't seem to work (the 'range' works fine)
countif(range,Left(<don't know what to enter here>,5)=left(A2,5)
sumproduct(left(range,5)=left(A2,5
Any ideas
Thank
TT