Dear All,
I am trying to do a formula to count the contents of column c, if column A criteria is is met and then if column b criteria is met, I am using this formula for a 2 way count , it counts the number of instances of cell B5 if call C4 is met.
=SUM(('sheet1'!a$1:a$281=$C$4)*('sheet1'!b$1:b$281=B5)), is it possible to do the same but to check 2 columns and if they both are met count the number of instancesi in column c. Also I need to do a count on all items that have a specific word, but can contain other words in the cell, for example, I need to count the no. of times changed appears in column c.
the cell can contain changed by, to be change, etc, The Changed word can be at the start of the cell data, or middle or end.
Can anyone help as this is really frustraing me.
Thanks
I am trying to do a formula to count the contents of column c, if column A criteria is is met and then if column b criteria is met, I am using this formula for a 2 way count , it counts the number of instances of cell B5 if call C4 is met.
=SUM(('sheet1'!a$1:a$281=$C$4)*('sheet1'!b$1:b$281=B5)), is it possible to do the same but to check 2 columns and if they both are met count the number of instancesi in column c. Also I need to do a count on all items that have a specific word, but can contain other words in the cell, for example, I need to count the no. of times changed appears in column c.
the cell can contain changed by, to be change, etc, The Changed word can be at the start of the cell data, or middle or end.
Can anyone help as this is really frustraing me.
Thanks