The workers have different payout amounts . Payout Drywall is the formula I'm trying to use per worker amount.
=SUMIF(0.13*I2,D2=("Panther"),0.14*I2,D2=("Isaac"),0.16*I2,D2=("Mano"),0.18*I2,D2=("Fabin"),0.16*I2,D2=("Salvador")))
When I tried to do it like this =sumIF(D2, "Panther",[0.13*I2])...