This is for payroll, I need to find the correct Saturday after date for the date that the person worked.
If they work on January 29th, 2025 the Week Ending Date should be February 1, 2025.
if they work on January 20th, 2025 the Week Ending Date should be January 25, 2025
if they work on February 10, 2025 the Week Ending Date should be February 15, 2025.
I would like to avoid having a separate file that reads in Saturday dates if possible.
Here is what I have so far, it reads in a Week End date and a file with the information and spits out if it's a match or not. I want this to calculate the correct Week Ending date (Saturday date right after Date Worked).