Michael Makotore
New Member
Good Day Team
I am trying to use SUMIFS to sum up values in worksheet "Data" by matching 2 criteria.
1. IF column A in Sheet "Data" matches to A3 in the "Monthly Sales Per Site" sheet.
AND
2. IF the month in column be B of sheet "Data" extracted to a name matches to months in row 2 of sheet "Monthly Sales Per Site"
Here is the formaula I tried but not working:
=SUMIFS(Data!$C:$C,Data!$A:$A,'Monthly Sales Per Site'!A3,TEXT(Data!$B:$B,"mmm"),'Monthly Sales Per Site'!B2)
I am trying to use SUMIFS to sum up values in worksheet "Data" by matching 2 criteria.
1. IF column A in Sheet "Data" matches to A3 in the "Monthly Sales Per Site" sheet.
AND
2. IF the month in column be B of sheet "Data" extracted to a name matches to months in row 2 of sheet "Monthly Sales Per Site"
Here is the formaula I tried but not working:
=SUMIFS(Data!$C:$C,Data!$A:$A,'Monthly Sales Per Site'!A3,TEXT(Data!$B:$B,"mmm"),'Monthly Sales Per Site'!B2)