Hi All,
I've tried countif using substitute, but I know I'm missing something. I can't figure out how to incorporate counting column B (numbers) if SOME of the text from column A matches column C, provide the total numbers of column B. Ultimately, I would need 8 different text to find. I'm comparing data from September 2016-December 2016 to September 2017-December 2017.
Example:
Col A: week per month, I only care about the month/year - September 2016
September 2016 Week 1
September 2016 Week 2
October 2016 Week 1
October 2016 Week 2
Col B: total projects for that week completed
2
3
4
5
Col C: month/year
September 2016
October 2016
November 2016
So, if the text from col C matches some of the text in Col A, count all the corresponding numbers from Col B and provide the total.
I've tried countif using substitute, but I know I'm missing something. I can't figure out how to incorporate counting column B (numbers) if SOME of the text from column A matches column C, provide the total numbers of column B. Ultimately, I would need 8 different text to find. I'm comparing data from September 2016-December 2016 to September 2017-December 2017.
Example:
Col A: week per month, I only care about the month/year - September 2016
September 2016 Week 1
September 2016 Week 2
October 2016 Week 1
October 2016 Week 2
Col B: total projects for that week completed
2
3
4
5
Col C: month/year
September 2016
October 2016
November 2016
So, if the text from col C matches some of the text in Col A, count all the corresponding numbers from Col B and provide the total.