I am using the Countif formula to extract data from the first worksheet.
The cell contents will be either Assoc CTC, CTC or SR. CTC values and I am wanting to get a total of each one.
On the second worksheet, I am using the following formulas:
=COUNTIF(Results!F$3:F$70,"*" & "Assoc" & "*")
=COUNTIF(Results!F$3:F$70,"*" & "CTC" & "*")
=COUNTIF(Results!F$3:F$70,"*" & "SR." & "*")
Let's say there is 1 entry for each of these in the data base. When looking at the totals, I get 1 response for Assoc, 3 for CTC and 1 for Sr. The middle formula is picking up the CTC entry from the other two for a total of 3 where I nee it to show 1.
Is there a way to modify the middle formula to only pick up the CTC name and ignore the other two?
I would like to do this via Excel if possible. I don't know anything about VBA.
Thanks.
Steve
The cell contents will be either Assoc CTC, CTC or SR. CTC values and I am wanting to get a total of each one.
On the second worksheet, I am using the following formulas:
=COUNTIF(Results!F$3:F$70,"*" & "Assoc" & "*")
=COUNTIF(Results!F$3:F$70,"*" & "CTC" & "*")
=COUNTIF(Results!F$3:F$70,"*" & "SR." & "*")
Let's say there is 1 entry for each of these in the data base. When looking at the totals, I get 1 response for Assoc, 3 for CTC and 1 for Sr. The middle formula is picking up the CTC entry from the other two for a total of 3 where I nee it to show 1.
Is there a way to modify the middle formula to only pick up the CTC name and ignore the other two?
I would like to do this via Excel if possible. I don't know anything about VBA.
Thanks.
Steve