Here's my formula:
=SUMIFS('February 16 Data Table'!$AD:$AD,'February 16 Data Table'!$AI:$AI,"N",'February 16 Data Table'!$AJ:$AJ,"N",'February 16 Data Table'!$AK:$AK,"N",'February 16 Data Table'!$AG:$AG,"Y",'February 16 Data Table'!$AN:$AN,">=1/1/2016",'February 16 Data Table'!$AC:$AC,{"A","L","S","R"})
I entered the formula as an array formula using CTRL + SHIFT + ENTER.
Currently, the SUMIFS only returns the sum of values where "A" is true for column AC. What do I need to do to fix the formula?