View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] emailbox2006-monical@paylessmagazines.net is offline
external usenet poster
 
Posts: 4
Default Counting rows with two arguments

Here is what I've come up with but it doesn't work:

=SUMPRODUCT(
([sold.xls]main!$X:$X="ccc")*([sold.xls]main!$ac:$ac="9/23/06"))

I need to count the number of rows that have
1) the letters "ccc" in column X and
2) the date in column AC

Please help!