https://drive.google.com/open?id=1eqtXSg4kU9vIpss9uc6VUs6mVnzVHHDmStruggling to figure out accurate formulas to return the results I'm looking for. I have attached a spreadsheet for review.
I want this data to provide three values in G4, H4, & I4:
1) The total # of DA's in column C... I'm using: =COUNTIF(C:C,"DA")
2) The total # of occurrences of exactly 1 Service Type "DA" and 1 Service Type "THER NOTE" for the same Client (summing all occurences into one cell).
3) The total # of occurrences of exactly 1 Service Type "DA" and 2 or more Service Type "THER NOTE's" for the same Client (summing all occurrences into one cell).
The result should be:
1) 5
2) 2
3) 2
I want this data to provide three values in G4, H4, & I4:
1) The total # of DA's in column C... I'm using: =COUNTIF(C:C,"DA")
2) The total # of occurrences of exactly 1 Service Type "DA" and 1 Service Type "THER NOTE" for the same Client (summing all occurences into one cell).
3) The total # of occurrences of exactly 1 Service Type "DA" and 2 or more Service Type "THER NOTE's" for the same Client (summing all occurrences into one cell).
The result should be:
1) 5
2) 2
3) 2