Hi there,
I am trying to use the COUNTIF function to count issues only when the "issueopendate" range matches two criteria.
1. If it matches the number in cell "$O38" (e.g.32)
2. If the Text in the range "IssueQuestion" begins with a Q. (e.g. Q1.)
The purpose is to first divide the isses by week then divide them by question type. each question will start with either Q,S,C,D,P
The attempt I have made is this but with no success
=COUNTIF(IssueOpenDate,AND($O38,LEFT(IssueQuestion,1)="Q"))
Any Help Welcome,
Gumbles
I am trying to use the COUNTIF function to count issues only when the "issueopendate" range matches two criteria.
1. If it matches the number in cell "$O38" (e.g.32)
2. If the Text in the range "IssueQuestion" begins with a Q. (e.g. Q1.)
The purpose is to first divide the isses by week then divide them by question type. each question will start with either Q,S,C,D,P
The attempt I have made is this but with no success
=COUNTIF(IssueOpenDate,AND($O38,LEFT(IssueQuestion,1)="Q"))
Any Help Welcome,
Gumbles