= SUMIFS({2024 Expenses | Total Expenses}, {Staff Name | Name}, Name@row, {2024 Expenses | Type}, "STAFF - Medical", {2024 Expenses | YYYYMM}, YYYYMM@row, {2024 Expenses | Status}, "Approved")
Sheet 1
2024 Expenses:
(While Staff Name sheet is another sheet where we kept all Staff Name Details)
This is currently my formula where I'm trying to SUM the total expenses (to put at Medical Used) from different sheet that meets all the criteria listed as below:
Criteria & Range 1: {Staff Name | Name}, [Name]@row
Criteria & Range 2: {2024 Expenses | Type}, "STAFF - Medical"
Criteria & Range 3: {2024 Expenses | YYYYMM}, [YYYYMM]@row
Criteria & Range 4: {2024 Expenses | Status}, "Approved")
The '0' result proven that the formula I used is correct but it should be a total of 150 instead.
Can someone tell me whether which part should I correct?