View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Countifs to Sumproduct for 2003 - was Simple Countifs.. from Fr

I may have spoke too soon on the prior thread, as I thought the sumproduct
solution worked on all my tabs but it did not. Anyway, I did get the countifs
to work correctly as shown below. But what I need to do is to convert the
below solutions/formulas to sumproducts so they'll work with 2003. Here are
the formulas I have in cells N1, N2 & N3:

=COUNTIFS($P$13:$P$100,"=-100",$P$13:$P$100,"<=100",$P$13:$P$100,"<")

=COUNTIFS($P$13:$P$100,"=-400",$P$13:$P$100,"<=400",$P$13:$P$100,"<")-N1

=COUNT($P$13:$P$100)-SUM(N1:N2)

Thanks in advance for everyone's patience with me.

Steve