counting occurences specific month appears

M

MM

Afternoon all,
You've helped out before and I come to you again. Here's the question...

5 worksheets in my workbook, each representing a different office.
Column A for each worksheet is the date in the following format: 03-May-10.
Let's say the first sheet is named Montreal Office, the search range is
A3:A5000, what formula am I supposed to use? I think from past posts, I'm
supposed to use =sumproduct but I don't know how to incorporate my specific
sheet.

Thanks so much,
MM
 
D

David Heaton

Afternoon all,
You've helped out before and I come to you again.  Here's the question....

5 worksheets in my workbook, each representing a different office.
Column A for each worksheet is the date in the following format: 03-May-10.
Let's say the first sheet is named Montreal Office, the search range is
A3:A5000, what formula am I supposed to use?  I think from past posts, I'm
supposed to use =sumproduct but I don't know how to incorporate my specific
sheet.

Thanks so much,
MM

I dont understand what the question is.

Please explain it a little better.

David
 
B

bala_vb

'David Heaton[_2_ said:
Afternoon all,
You've helped out before and I come to you again. *Here's th question....

5 worksheets in my workbook, each representing a different office.
Column A for each worksheet is the date in the following format
03-May-10.-

Hi,

one alternative approach. using wild characters with countif function

If you want to count the occurence of MAY in sheet2,

=COUNTIF(Sheet2!A1:AZ60000,"*May*")

similarly you can use, "??May*" etc.

Thanks
Bal
 
M

MM

Thanks David. I was having errors trying to post my question yesterday. Lo
and behold, it posted 4 times and I did get replies to my question.
Thanks again.
MM
 

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

Top