count of words in multiple cell range

Justyna82

New Member
Joined
Sep 1, 2014
Messages
18
I am working on the spreadsheet which contains different words in cells range and I would like to count only particular combination of the word, here we go, example:
I only would like to count entries which includes: ended and multiple and last. I have tried countifs formula but I got to the point where I counted all entries with ended, multiple, last. Please bear in mind that some of the cells are empty. I would be really appreciated of your help. Many thanks.j.

Customerservice endedservice was multiple/singlelast entry
1endedMultiplelast
2Multiplelast
3endedMultiplelast
4endedSinglelast
5Single
6EndedSinglelast
7EndedMultiple
8MultipleLast
9endedMultipleLast

<tbody>
</tbody>
 
I actually noticed other error or rather mistake in my other formula, example of the current results below. i used this formula: =if(a2=a1, "multiple", if(a2=a3,"multiple","single")) However this formula brings incorrectly multiples
Try this formula in B2 and copied down instead..

=IF(A2=A1,"Multiple",IF(AND(A2<>A1,A2<>A3),"Single","Multiple"))
 
Upvote 0

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,216,200
Messages
6,129,475
Members
449,511
Latest member
OttosArmy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top