I am not sure if I will be able to describe my situation correctly but I will try.
So I am making report based on reports from 2006-2018. In each year I have columns with data like this:[TABLE="width: 278"]
<tbody>[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Reuse; Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Reuse; Reduce[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2008[/TD]
[TD="class: xl65, width: 187, align: center"]Reduce; Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2009[/TD]
[TD="class: xl65, width: 187, align: center"]Reuse; Reduce; Recycle[/TD]
[/TR]
</tbody>[/TABLE]
I was just writing data like this in one column, without any multi-select or any other option.
Now I want to count for each year how many there were Reuse, then Reduce and Recycle, so I was trying to use
=COUNTIF(B1:B7;"Reuse"), and I thought it would filter whole column and count each time there is Reuse mentioned. Additionally, I was just selecting each year separately so I could use this command with small change of range. But unfortunately it didn't work. This formula only counted the one with only Reuse, didn't count Reuse; Reduce etc.
Do you have any advice how could I do it so for example I can in criteria write maybe all option with Reuse in it and then it will count every one with Reuse in it?
So I am making report based on reports from 2006-2018. In each year I have columns with data like this:[TABLE="width: 278"]
<tbody>[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Reuse; Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Reuse; Reduce[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2008[/TD]
[TD="class: xl65, width: 187, align: center"]Reduce; Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2007[/TD]
[TD="class: xl65, width: 187, align: center"]Recycle[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 91, align: center"]2009[/TD]
[TD="class: xl65, width: 187, align: center"]Reuse; Reduce; Recycle[/TD]
[/TR]
</tbody>[/TABLE]
I was just writing data like this in one column, without any multi-select or any other option.
Now I want to count for each year how many there were Reuse, then Reduce and Recycle, so I was trying to use
=COUNTIF(B1:B7;"Reuse"), and I thought it would filter whole column and count each time there is Reuse mentioned. Additionally, I was just selecting each year separately so I could use this command with small change of range. But unfortunately it didn't work. This formula only counted the one with only Reuse, didn't count Reuse; Reduce etc.
Do you have any advice how could I do it so for example I can in criteria write maybe all option with Reuse in it and then it will count every one with Reuse in it?