I hope this is not a duplicate. I have an attendance tracker in Excel.
The columns are days of the year (1/1/2018 - 12/31/2018 from B to NB) and the rows are employees names.
Days off are identified as V = Vacation, S = Sick and O= Scheduled day off. I am tasked with finding specific instances where employees call in sick before or after a day off. I would like to do this in worksheet as opposed to VBA, so that the end user can make adjustments. Any ideas?