IF Then COUNTIF
Posted by Paul Walton USAF on December 13, 2001 7:53 AM
Can this be done... Trying to count items in column M only if column A equals a set value
If Sheet1 Col A:A = "Test" then count sheet1 Col M:M if equaled to the value of sheet2 cell A2
=IF(SHEET1!A:A="TEST",COUNTIF(SHEET1!M:M,"TEST"),"")
Thanks for your Help