Extracting data/using COUNTIFS
Hello Experts,
I need some assistance in creating an advanced formula that extracts the count of data from a spreadsheet using 2 criteria.
I tried this =(INDEX('9008 Data'!A5:A20,MATCH(1,IF('9008 Data'!B5:B20='Assessment Summary Report'!B18,IF('9008 Data'!D5:D20='Assessment Summary Report'!J16,1)),0))) but it only returned the first cell with the Pat id number and not the count. I tried this formula too: =INDEX('9008 Data'!A5:A20,MATCH('Assessment Summary Report'!J16&'Assessment Summary Report'!B18,'9008 Data'!F5:F20&'9008 Data'!D5:D20,0)) and got the same result.
My Data is below:
Pat Id Reference Category Added Date Month
1352 ORAL ONCOLOGY 1/21/2013 January
1446 RHEUMATOID ARTHRITIS 3/18/2013 March
1212 HEPATITIS C 2/27/2013 February
1351 MULTIPLE SCLEROSIS 3/13/2013 March
1774 HEPATITIS C 3/27/2013 March
1889 MULTIPLE SCLEROSIS 3/6/2013 March
2014 RHEUMATOID ARTHRITIS 3/4/2013 March
1000 HEMOPHILIA 2/21/2013 February
1202 HEPATITIS C 1/16/2013 January
1434 Rheumatoid Arthritis 3/28/2013 March
5007 MULTIPLE SCLEROSIS 3/5/2013 March
5003 MULTIPLE SCLEROSIS 2/25/2013 February
5008 HEPATITIS C 2/4/2013 February
1357 RHEUMATOID ARTHRITIS 1/16/2013 January
1448 RHEUMATOID ARTHRITIS 3/12/2013 March
I have also attached a copy of the file.
Using the Month and Reference Category (Program) as my criteria, I will like to know the count of the patients (using the pat ID) to determine the number of Patients offered therapy every month.
I also created a drop down menu in the Month cell so that when I select February for instance; the count of patients offered therapy for each program should populate in the respective cells.
Example: Month February
PROGRAM Patients offered Therapy
HEMOPHILIA 1
HEPATITIS C 2
MULTIPLE SCLEROSIS 1
ORAL ONCOLOGY
RHEUMATOID ARTHRITIS
Please help.
I hope to hear back soon. Thank you in advance for your anticipated assistance.
Addatone.
Last edited by Addatone : August 27th 13 at 04:28 PM
Reason: Made some changes
|