Chapter 2 Spreadsheet Formulas Flashcards
What’s the formula to find the regular hourly pay?
=if(total hours<40,total hoursrate of pay,rate of pay40)
What’s the formula to find the overtime pay?
=if(total hours>40,(total hours-40)(rate of pay1.5),0)
What’s the formula to find the total gross pay?
=regular hourly pay+overtimepay
What’s the formula to find the state income tax?
=total gross pay*state income tax percent given
What’s the formula to find the FICA tax?
=total gross pay*FICA tax percent given
What’s the formula to find the net pay?
=total gross pay-(health insurance+savings bonds+union dues+FIT+state income tax+FICA)
What is the standard Social Security tax rate withheld?
6.2%
What is the standard Medicare tax rate withheld?
1.45%