So we've got a calendar on google sheets, it has a bunch of different things besides just the days but the part I'm working on is easily displaying who is not going to be working that day.
We have a list of people who are being scheduled for things during the day, and they are in different places in a range almost every day so this solution needs to be flexible enough to deal with that.
What I am trying to accomplish is to be able to input a name and reason in the section at the bottom, and to have the actual schedule part automatically strikethrough any name that has been input into the bottom section.
I've made an example Sheet where you can see the input range is C116:J125 and the range I would like names to be struckthrough is D4:D73.
I've searched as much as I can but I'm either not experienced enough or simply cannot find a solution for this. I've found many answer to things that are almost fixes, but as you all probably know Sheets is rather specific and none of those answer have actually worked. Thanks in advance!