Counting dates and initials within one cell?

BluesFanUK

New Member
Joined
Oct 22, 2010
Messages
12
I have a range of cells (A4-A200) with a series of different dates in, and each date has an initial after it to say who entered that date (This is all in one cell), so for example, A4 is "24/02/2011 JT".

The problem I have is I need to count these cells, but I can't use the general =counta formula as in other cells I have 'Awaiting reference' or 'Awaiting Invoice', I don't want to count them in my total number.

I'd just like to be able to count cells that contain a date and an initial in, however i'm not sure how to go about this. There are only three initials (JT, KC, PH) but alot of different dates. Any help would be greatly appreciated.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Try:

=COUNTIF(A4:A200,"*JT")+COUNTIF(A4:A200,"*KC")+COUNTIF(A4:A200,"*PH")
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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