Look Formula

  • Thread starter Thread starter IRMA MENDOSA
  • Start date Start date
I

IRMA MENDOSA

want to check the year also please


Thank's Ron
----- Original Message -----
From: Ron de Bruin
Newsgroups: microsoft.public.excel.programming
Sent: Saturday, March 13, 2004 10:54 AM
Subject: Re: Look Formula


Try this

=SUMPRODUCT((MONTH(C2:C1000)=1)*1)

=SUMPRODUCT((MONTH(C2:C1000)=2)*1)

If you want to check the year also post back

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)




look formula

Is there a way to add in J1 how many january i have in C2:C1000
to add in J2 how many February I have in Cell C2:C1000
Etc.
Thanks in advance
 
Hi
try
=SUMPRODUCT((MONTH(C2:C1000)=1)*(YEAR(C1:C1000)=2004))
and
=SUMPRODUCT((MONTH(C2:C1000)=2)*(YEAR(C1:C1000)=2004))

--
Regards
Frank Kabel
Frankfurt, Germany

want to check the year also please


Thank's Ron
----- Original Message -----
From: Ron de Bruin
Newsgroups: microsoft.public.excel.programming
Sent: Saturday, March 13, 2004 10:54 AM
Subject: Re: Look Formula


Try this

=SUMPRODUCT((MONTH(C2:C1000)=1)*1)

=SUMPRODUCT((MONTH(C2:C1000)=2)*1)

If you want to check the year also post back

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)




look formula

Is there a way to add in J1 how many january i have in C2:C1000
to add in J2 how many February I have in Cell
C2:C1000
Etc.
Thanks in advance
 
Hi Frank

I got a private mail also Frank from the OP

I think the OP did not see your reply
I have mail the nswer private to the OP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Look Formula 1
Look Formula 1
Problem calculating 1
Problem calculating 3
Countif month & year 2
Column Heading Loop 2
Sumproduct entire month from mmddyyy? 5
Sumproducts in a date range 3

Back
Top