Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I want to count how many times initials of employees (e..g AD, AS, RR, AN,
VB, DO) appear in a specific column. I am using COUNT IF function for that. The problem is as soon as I put initials fof 2 employees in one cell, the formula does not recognise either of them. To give you a gist, I want to see how many people work out of office , so I have a calendar style worksheet( month=col, date=row). If I input AD on 13 day of jan, , I get 1 for AD, in the row where I am collecting total for AD . But if I put both AD, AS on 13 jan, then neither AD nor AS gets recognised. Please advise a suitable formula or an alternative method. Thanks |
#2
![]() |
|||
|
|||
![]()
=countif(a:a,"*ad*")
Make sure you use a separator between each person. Anshuman wrote: I want to count how many times initials of employees (e..g AD, AS, RR, AN, VB, DO) appear in a specific column. I am using COUNT IF function for that. The problem is as soon as I put initials fof 2 employees in one cell, the formula does not recognise either of them. To give you a gist, I want to see how many people work out of office , so I have a calendar style worksheet( month=col, date=row). If I input AD on 13 day of jan, , I get 1 for AD, in the row where I am collecting total for AD . But if I put both AD, AS on 13 jan, then neither AD nor AS gets recognised. Please advise a suitable formula or an alternative method. Thanks -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
=COUNTIF(A:A,"*AD*")
should work. HTH Jason Atlanta, GA -----Original Message----- I want to count how many times initials of employees (e..g AD, AS, RR, AN, VB, DO) appear in a specific column. I am using COUNT IF function for that. The problem is as soon as I put initials fof 2 employees in one cell, the formula does not recognise either of them. To give you a gist, I want to see how many people work out of office , so I have a calendar style worksheet( month=col, date=row). If I input AD on 13 day of jan, , I get 1 for AD, in the row where I am collecting total for AD . But if I put both AD, AS on 13 jan, then neither AD nor AS gets recognised. Please advise a suitable formula or an alternative method. Thanks . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting unique entries in column A but only if specific values appear in columns B and C | Excel Worksheet Functions | |||
Count the text in a column - Part II | Excel Discussion (Misc queries) | |||
How do I count the amount of text in a column and then add them | Excel Discussion (Misc queries) | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) | |||
Count rows based on multiple criteria | Excel Worksheet Functions |