Juliet Bravo wrote: can I do this: IF Hours worked <=40 THEN Tot_Pay = Hrs_wkd * Hrly_rte ELSE OTH = Hrs_wkd -40 STD_pay = Hrly_rte * 40 OTP = OTH(Hrly_rte * 1.5) Tot_Pay = STD_pay + OTP can I put four itemsunder the ELSE statement?? Any suggestions ?