Bi-Weekly

  • Thread starter Thread starter Debbie
  • Start date Start date
D

Debbie

Is there a way to setup a payment schedule in excel that will automatically
update to reflect a bi-weekly deduction?

Thanks!
 
=IF(CurrentDate>=$B$1,CurrentPay-$A$1,CurrentPay)

where CurrentDate and CurrentPay are references to the proper columns, on
the row in question, where those values are stored.
 
Back
Top