Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution.
Fun challenge (used formulas instead of tools and learned a few things)
My solution
Initially there are 2 columns to work with.
Step1: Using Append/ Find & Replace, append the holidays to calendar date.
Step2: Remove all the holidays from calendar using filter
Step3: Parse the incoming string to Date and use "DateTimeFormat" function to add Weekday and Month to the Calendar.
Step4: Filter out Saturdays and Sundays
Step5: Use the multi-row function to create the Work-day using if-else statement
Step6: Use the filter to find out the 6th day.
The beauty is that there are so many different ways to do.