I'm getting the result using this nested if now:
=IF(AND(H6=ApprovedAmounts!A2,J26>ApprovedAmounts!B2),ApprovedAmounts!C5,ApprovedAmounts!C4)
However, this checks for one employee, how i can add this condition if H6=ApprovedAmounts!A3,J26>ApprovedAmounts!B3 and more conditions. They all have...