A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

HELP!



 
 
Thread Tools Display Modes
  #1  
Old March 24th, 2010, 02:40 PM posted to microsoft.public.excel.worksheet.functions
TJ
external usenet poster
 
Posts: 184
Default HELP!

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
  #2  
Old March 24th, 2010, 02:48 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
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

  #3  
Old March 24th, 2010, 04:36 PM posted to microsoft.public.excel.worksheet.functions
TJ
external usenet poster
 
Posts: 184
Default HELP!

Thanks for the reply Mike H.

Sorry i forgot to mention that the word DEAL has a number next to it such
as... DEAL1, DEAL2 and DEAL3, how would i specify how many DEAL on a certain
day using the formular below? ... so it just picks up the word DEAL.

Thank you



"Mike H" wrote:

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

  #4  
Old March 24th, 2010, 05:21 PM posted to microsoft.public.excel.worksheet.functions
Luke M[_4_]
external usenet poster
 
Posts: 451
Default HELP!

SUMPRODUCT((A9:A453=A1)*(LEFT(L9:L453,4)="Deal"))

--
Best Regards,

Luke M
"TJ" wrote in message
...
Thanks for the reply Mike H.

Sorry i forgot to mention that the word DEAL has a number next to it such
as... DEAL1, DEAL2 and DEAL3, how would i specify how many DEAL on a
certain
day using the formular below? ... so it just picks up the word DEAL.

Thank you



"Mike H" wrote:

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



  #5  
Old March 25th, 2010, 09:21 AM posted to microsoft.public.excel.worksheet.functions
TJ
external usenet poster
 
Posts: 184
Default HELP!

Thats done the job

Thanks Luke

"Luke M" wrote:

SUMPRODUCT((A9:A453=A1)*(LEFT(L9:L453,4)="Deal"))

--
Best Regards,

Luke M
"TJ" wrote in message
...
Thanks for the reply Mike H.

Sorry i forgot to mention that the word DEAL has a number next to it such
as... DEAL1, DEAL2 and DEAL3, how would i specify how many DEAL on a
certain
day using the formular below? ... so it just picks up the word DEAL.

Thank you



"Mike H" wrote:

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



.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:16 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.