Hello All , new to the forum but I am so glad I found it. Hoping someone can chime in and help me out with an issue im having.
This formula is being used in a vacation time spreadsheet. So after each paycheck the if statement is applied and need to calculate the accumulation for that week based on if the person has worked 5 yrs or less. I need to stop the today's date calculation in the if statement after it is used. So that each time the spreadsheet is opened the values are a fixed number not changed based on the current date. However if the if statement is pasted into the next pay week it will calculate based on the actual date.
It is calculating is the following:
C4 = 5yrs Anniversary Date of Hire
3.08= less than 5 yrs
4.62= more than 5 yrs
=IF(($C$4)<=TODAY(),4.62,3.08)
Please let me know if you need more information to help out.
http://i1253.photobucket.com/albums/...r/Capture2.gif
http://i1253.photobucket.com/albums/...r/Capture1.gif
Bookmarks