DashboardNovice
Member
I have the following SUMIFS formula:
The sum range is horizontal. Criteria range 1 is a column of numbers. Criteria range 2 is a row of dates.
The problem might be in the 2nd criteria with the DATE function.
Is it possible to have a vertical and horizontal criteria range in the same SUMIFS formula?
If so, what am I doing wrong?
Code:
=SUMIFS('Overall Depreciation Schedule'!$M6:$DP6,'Overall Depreciation Schedule'!$E:$E,E6,'Overall Depreciation Schedule'!M$5:DP$5,"<="&DATE(B2,12,31))
The sum range is horizontal. Criteria range 1 is a column of numbers. Criteria range 2 is a row of dates.
The problem might be in the 2nd criteria with the DATE function.
Is it possible to have a vertical and horizontal criteria range in the same SUMIFS formula?
If so, what am I doing wrong?