You can convert both criteria into a single lookup array. For example: =XLOOKUP(1,(DepartmentRange=H2)*(MonthRange=H3),ResultRange,"Not found"). The multiplication returns 1 when both conditions are true, allowing XLOOKUP to return the matching result.