I am trying to develop a WFH schedule tool. I have a form that asks managers to check boxes for Week X starting on X Monday Date which days their team will be in the office.
Then I have the formula to convert the check marks into TEAM NAME Date + ","...
On another sheet, I'm trying to convert the text created in COMBINE into multiple rows. I would like it to look like this so I can return a Calendar that shows the dates each team in the office.
I believe I'll need to use MID
, FIND
and SUBSTITUTE
in my formula (not 100% sure how but there's more info out there on that), but I can't figure out how to return 3 rows of COMBINE1 and 2 rows of COMBINE2 relevant to how many dates are present in it, and then how to provide unique results for each return.
Then I'd have to split by a different delimiter probably into TEAM NAME and DATE.
My final product of the calendar view should look like this.
Thank you for your help! I can share sheets if helpful.