Hi all i need help i have 2 columns in excel and i want to be able to do a count on. eg i want to find a A's in first column then with that information find out which rows have B in the second column
Column 1 Column 2
a s
a f
a b
s d
c l
a b
v v
{=SUM(IF(Sheet2!B:B="A",IF(Sheet2!R:R="B",1,0)))}
Total should be 3 but i need to get this to work on MS Excel 2000 or 2003. It works fine on 2007
Bookmarks