I am working on some key metrics for one of our teams that track referrals. I am getting an Invalid Data Type and I know it is due to "blank cells" in two of the columns I am looking at. ISBLANK is not my strong area and unfortunately I cannot generate the formula using the AI Tools because it is not capable of cross sheet referencing. I have tried creating a column in the sheet and using the AI but I still get Invalid Data Type.
Columns in the Sheet are:
GG. Prodigy Profile Created Employee Full Name (this column has blank cells)
Year (Date of Outcome) 2023
FF. Date Prodigy Profile Confirmed as Created (this column has blank cells)
Current formula in my Metric sheet is
COUNTIFS({OBH CM Referral Tracker GG Prodigy Profile Created}, "INSERT NAME of EACH PERSON", {OBH CM Referral Tracker Year}, "2023", {OBH CM Referral Tracker FF)}, "12")
The formulas I tried in the actual sheet using AI are:
COUNTIFS([GG. Prodigy Profile Created Employee Full Name]:[GG. Prodigy Profile Created Employee Full Name], "Rachel Gegner", [Year (Date of Outcome)]:[Year (Date of Outcome)], 2023, MONTH([FF. Date Prodigy Profile Confirmed as Created]:[FF. Date Prodigy Profile Confirmed as Created]), 12)
COUNTIFS(NOT(ISBLANK(MONTH([FF. Date Prodigy Profile Confirmed as Created]:[FF. Date Prodigy Profile Confirmed as Created]), 12, [GG. Prodigy Profile Created Employee Full Name]:[GG. Prodigy Profile Created Employee Full Name], "Rachel Gegner", [Year (Date of Outcome)]:[Year (Date of Outcome)], 2023)))
AI Generated and the count is incorrect for the person I tested they have 2 the number comes back as 0
COUNTIFS([FF. Date Prodigy Profile Confirmed as Created]:[FF. Date Prodigy Profile Confirmed as Created], <>"", [FF. Date Prodigy Profile Confirmed as Created]:[FF. Date Prodigy Profile Confirmed as Created], 12, [GG. Prodigy Profile Created Employee Full Name]:[GG. Prodigy Profile Created Employee Full Name], <>"", [GG. Prodigy Profile Created Employee Full Name]:[GG. Prodigy Profile Created Employee Full Name], "Rachel Gegner", [Year (Date of Outcome)]:[Year (Date of Outcome)], 2023)
Any suggestions or help would be greatly appreciated.