Are you getting d0_22? The others look right.
Are you getting d0_22? The others look right.
You should use an array formula. Try
G2 copied across and down
=IFERROR(INDEX($C$1:$C$7,MATCH(1,IF($A$1:$A$7=G$1,IF($B$1:$B$7=$F2,1)),0)),"")
confirmed with Ctrl+Shift+Enter, not just Enter
M.