Hi,
I am using 2 tabs in excel sheet.
Tab 1 name: ConsolidatedData
Tab 2 name: Answer

For a cell in tab 2 to display sum based on 2 conditions in tab 1, I am using the below formula which is returning 0 as the answer.
=SUMIFS(ConsolidatedData!G2:G178932,ConsolidatedData!H2:H178932,"2011",ConsolidatedData!AJ:AJ178932,"<=2")

In tab 1, column G values I want to sum up. Column H has year values 2011, 2012 and 2013. Column AJ has risk values rated from 1 to 5.

Can anyone tell me if there is anything wrong with the formula?