I thought about using designer, but as I have little control over the server and designer has a hard time scheduling flows, it can only run on the weekend (complex situation) I actually managed to figure a way to do this, my formula is way overly complicated, but I think it's going to work. Thanks so much for your reply, you got me on the right path!!!
(substring(today(), 9, 2) + ((153 * (substring(today(), 6, 2) + 12 * ((14 - substring(today(), 6, 2)) / 12) - 3) + 2) / 5) + 365 * (substring(today(), 1, 4) + 4800 - ((14 - substring(today(), 6, 2)) / 12)) + ((substring(today(), 1, 4) + 4800 - ((14 - substring(today(), 6, 2)) / 12)) / 4) - 32083) - (substring(AssignedDate, 9, 2) + ((153 * (substring(AssignedDate, 6, 2) + 12 * ((14 - substring(AssignedDate, 6, 2)) / 12) - 3) + 2) / 5) + 365 * (substring(AssignedDate, 1, 4) + 4800 - ((14 - substring(AssignedDate, 6, 2)) / 12)) + ((substring(AssignedDate, 1, 4) + 4800 - ((14 - substring(AssignedDate, 6, 2)) / 12)) / 4) - 32083)