Counting Dates

BullseyeThor

Board Regular
Joined
Dec 23, 2010
Messages
84
Office Version
  1. 365
Is there a formula that counts a cell with more than one word but only counts this cell if one of the words is specified in a formula.

E.G. I have a range of dates from Apr - Aug but in the same cells are the actual dates (01-Apr-11 and so on to Aug).

I just want a formula that will ignore the numbers and count the words.

I tried the count if and it didn't count it at all.

Thanks in advance.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
That's not what I want sorry.

Example:

Dates

01-aug-11
02-aug-11
05-aug-11
05-jul-11
06-jul-11
06-jun-11

I need a formala that will tell me that out of the highlighted cells with the information above there are 2 instances of July, 3 of August and 1 of June.

Hope that helps more.
 
Upvote 0
Yes, but we need to know if the actual data in the cells is text or number. If you test a value using one of the formulas I provided, we can proceed from there.
 
Upvote 0
That's not what I want sorry.

Example:

Dates

01-aug-11
02-aug-11
05-aug-11
05-jul-11
06-jul-11
06-jun-11

I need a formala that will tell me that out of the highlighted cells with the information above there are 2 instances of July, 3 of August and 1 of June.

Hope that helps more.

Use this formula =MONTH(A2).

Once you have done that filter by month for your aggregated totals.
 
Upvote 0

Forum statistics

Threads
1,224,568
Messages
6,179,595
Members
452,927
Latest member
whitfieldcraig

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top