Thread: [Solved] Need help with a formula
View Single Post
 
Old 04-16-2009, 01:11 PM
Bird_FAT's Avatar
Bird_FAT Bird_FAT is offline Office 2007
Expert
 
Join Date: Apr 2009
Location: South East
Posts: 271
Bird_FAT is on a distinguished road
Default Another method

Oooops - You're right - COUNTIFS is only for 2007

OK - Lets try a different method:

Code:
=SUMPRODUCT(((Sheet1!A2:A20)="CAIN")*((Sheet1!B2:B20)="TECH"))
and
Code:
=SUMPRODUCT(((Sheet1!A2:A20)="CAIN")*((Sheet1!B2:B20)="PEND"))
Using your sheet (and testing in both 2003 AND 2007) - it all works fine.

Let me know if it's working for you!
Reply With Quote