Hello
I’ve been given a spreadsheet with days of the month (columns) and 2.5 hour timeslots split with 8 possible areas under each (rows). The times overlap a bit (e.g. 00:00-02:30 and 02:00-04:30)
The areas are represented by numbers 1 to 16 randomly.
What I need to do is extract all the occurrences of a particular number (in my case 14 and 16) and create a calendar entry per occurrence from that to use in a Google calendar. The month and year for entries can be November 2023 since it repeats the same each month.
Is this possible without having to do it manually?