My source sheet is using this formula in the 2025 MAR column:
=COUNTIFS({Christine Test Sheet CLLI Code}, CLLI@row, MONTH({Christine Test Sheet Acq. Cut Date}), 3, YEAR({Christine Test Sheet Acq. Cut Date}, 2025)) on this source sheet:
My destination Sheet that the source sheet refers to i.e., {Christine Test Sheet Acq. Cut Date} maps to the "ACQ. CUT DATE (End)" column (with Date Property) on the destination sheet and looks like as follows:
My expectation is that the formula's MONTH({Christine Test Sheet Acq. Cut Date}) will return the month "3" from the destination sheet's ACQ. CUT DATE (End) column after validating that the CLLI on the source sheet "MICKEY" and CLLI Code on destination sheet "MICKEY" match. Likewise, the YEAR({Christine Test Sheet Acq. Cut Date} would return 2025 in this example.
Instead, I am receiving a #INVALID DATA TYPE Error. Does anyone have some ideas on how to not get this error and get the return values as I was expecting?