On my spreadsheet I'm trying to create a formula to look at one column and if a cell in that column has "retest" then it will look at another column/cell and if that cell is "C" it will count it..
1 Column A Column B Column C Column D
2 XXX 1 xxx open
3 xxx 2 xxx retest
4 xxx C xxx retest
5 xxx C xxx open
Which with the correct formula in this case would return "1".
=countif(d6:d54,"retest" and b6:b54,"c")
which of course doesn't work but hopefully someone will get the picture. Thanks .
1 Column A Column B Column C Column D
2 XXX 1 xxx open
3 xxx 2 xxx retest
4 xxx C xxx retest
5 xxx C xxx open
Which with the correct formula in this case would return "1".
=countif(d6:d54,"retest" and b6:b54,"c")
which of course doesn't work but hopefully someone will get the picture. Thanks .