Which data occurred in a certain month

  • Thread starter Thread starter Brandy
  • Start date Start date
B

Brandy

I have a list of events over a period of time and want to
know which ones occurred in the month of July only. Any
ideas?

Thanks.
 
Hi
if you have stored the date values in column A try
=SUMPRODUCT(--(MONTH(A1:A100)=7),--(YEAR(A1:A100)=2004))
 
Autofilter with a date range Custom criterion in the date
field such as ">30 Jun 04 and <1 Aug 04" (no quotes in
the criterion field).
 
This didn't work ... any other ideas?
-----Original Message-----
Autofilter with a date range Custom criterion in the date
field such as ">30 Jun 04 and <1 Aug 04" (no quotes in
the criterion field).


.
 
This didn't work. Any other ideas?
-----Original Message-----
Hi
if you have stored the date values in column A try
=SUMPRODUCT(--(MONTH(A1:A100)=7),--(YEAR(A1:A100)=2004))

--
Regards
Frank Kabel
Frankfurt, Germany


.
 
If that did not work, then there may be a problem with your data and how it is
entered.

Try sorting by date

Give us a written example of how your date data is entered



: This didn't work ... any other ideas?
: >-----Original Message-----
: >Autofilter with a date range Custom criterion in the date
: >field such as ">30 Jun 04 and <1 Aug 04" (no quotes in
: >the criterion field).
: >
: >
: >>-----Original Message-----
: >>I have a list of events over a period of time and want
: to
: >>know which ones occurred in the month of July only. Any
: >>ideas?
: >>
: >>Thanks.
: >>.
: >>
: >.
: >
 
Hi
have you real Excel date values ion column A. Also please be more
precise. What does 'does not work' mean?
 

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

Back
Top