Thread: HELP!
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default HELP!

Hi,

Like this

=SUMPRODUCT((A9:A453=DATE(2010,3,15))*(L9:L453="De al"))

But in practice I'd keep the lookup date in a cell

=SUMPRODUCT((A9:A453=A1)*(L9:L453="Deal"))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"TJ" wrote:

How can i combine two formulars together?

=COUNTIF(L9:L453,"Deal*")
=COUNTIF(A9:A452,"15/03/2010")

Im trying to find out how many DEALS on a certain date