christine007
New Member
- Joined
- Sep 16, 2015
- Messages
- 1
Hello,
I have a spreadsheet that keeps stats for case workers caseload and I am running into issues counting cases that were opened prior to 2015 and were still open as of 1/1/15. I have names ranges for all my cell references, which I have many of. I have ranges for region, agency, assigned worker, case opened, case closed, closure reason to name a few. I have formulas that are working for all other areas in my spreadsheet, but this one just not coming to me. Please help me...
I need all cases in the SM region that are a GR agency, that were opened prior to 1/1/15(C1) and closed after 1/1/15.
Here is the formulas I've tried, but are not working because they want to count closure dates after 1/1/15:
=COUNTIFS(Region,"SM",Agency,"GR",Case_Opened,"<"&C$1,Closure_Date,"")
=COUNTIFS(SW,"SM1",Agency,"GR",Case_Opened,"<"&C$1,Closure_Date,"<"&C$1)
=COUNTIFS(SW,"SM1",Agency,"CW",Case_Opened,"<"&C$1,Closure_Date,"<=1/1/2015")
I hope that is enough information to allow users to help me. I am desperate because my manager needs the data yesterday.
I appreciate any help.
Thank you!
I have a spreadsheet that keeps stats for case workers caseload and I am running into issues counting cases that were opened prior to 2015 and were still open as of 1/1/15. I have names ranges for all my cell references, which I have many of. I have ranges for region, agency, assigned worker, case opened, case closed, closure reason to name a few. I have formulas that are working for all other areas in my spreadsheet, but this one just not coming to me. Please help me...
I need all cases in the SM region that are a GR agency, that were opened prior to 1/1/15(C1) and closed after 1/1/15.
Here is the formulas I've tried, but are not working because they want to count closure dates after 1/1/15:
=COUNTIFS(Region,"SM",Agency,"GR",Case_Opened,"<"&C$1,Closure_Date,"")
=COUNTIFS(SW,"SM1",Agency,"GR",Case_Opened,"<"&C$1,Closure_Date,"<"&C$1)
=COUNTIFS(SW,"SM1",Agency,"CW",Case_Opened,"<"&C$1,Closure_Date,"<=1/1/2015")
I hope that is enough information to allow users to help me. I am desperate because my manager needs the data yesterday.
I appreciate any help.
Thank you!