I am attempting to write a formula to assist with quality control during a payroll process (less manual manipulation). I would like a formula that pays an employee a specific amount (let's say $5,000 + 3%) until a specific date (let's say 11/14/2018). Once that date has past, I would like the employee to only be paid the $5,000.
What I have so far (which is obviously inaccurate as there are errors) is:
=IF(TODAY < DATE(2018,11,14),round(5000*1.03,2))
However, I believe I need to somehow declare an else portion of this formula for when the DATE has past and the 3% should not longer be paid.
Is this possible? Ideas?
What I have so far (which is obviously inaccurate as there are errors) is:
=IF(TODAY < DATE(2018,11,14),round(5000*1.03,2))
However, I believe I need to somehow declare an else portion of this formula for when the DATE has past and the 3% should not longer be paid.
Is this possible? Ideas?
Last edited: