Greetings everyone. Basically, I am trying to capture the following information from our caseworker caseloads, "When the case is open, those cases will be counted under the appropriate column of open days in which they fall under which are: 45-90, 91-185, 186-364, 365+ This information is being entered in a summary sheet, which is the last tab following each individual's caseload log indicated by preceding separate tabs, all in the same workbook. Note: The individual sheets/logs contain a drop down list for either "open" or "closed" in column G in reference to cases.

This is my formula for the 45-90 days in the summary sheet: =IF(JONES!G3:G36,"Open",+COUNTIF(JONES!L3:L36,">=45")-COUNTIF(JONES!L3:L36,">90")) This formula works perfect for 1 individual only. When I cut and paste the formula to another caseworker, it comes back as #value and states a value in the set is of the wrong data type, even though it is a perfect copy from the cell I copied it from. I tried manually typing it in to no avail. It seems I have tried everything. Please help if you can. Thank you.