Good Evening,
I need help fixing the formula below, I need the checkbox to be empty if it is able to locate an entry when the month of January (in column named 'Please select the reporting month.') and the year 2025 (in column named 'Select the reporting year.') is selected from sheet named 'Section & Chapter Reporting Form', see image below.
The output will appear on a separate sheet named 'Missing Submissions Sheet (✔ means NO S...' and populate the column named 'Jan 2025 (INCOR…needs to pull 2025)'. A check box indicates a entry was NOT received and a EMPTY box indicates a entry WAS RECEIVED.
See the formula populated in column named 'Jan 2025 (INCOR…needs to pull 2025)' below.
=IF(ISBLANK([Unique ID]@row), "", IF(COUNT(COLLECT({Section & Chapter Reporting Form Month}, {Section & Chapter Reporting Form Month}, "January", {Select the reporting year.}, "2025", {Section & Chapter Reporting Form Unique ID}, [Unique ID]@row)) > 0, 0, 1))
Thanks for applying your brilliant minds to my problem,
NCNW Inc.