I have a column of dates that I want to apply a custom column to. The custom column will check the date column and determine if the day of the week is a Friday. If the date is a Friday it will add 7 days to it. If the date is not a Friday I will add 7 days and then round the date up to the following Friday. Any ideas?