I need to find openings in a group of people's schedules because I can't merge them easily with any native web program we use the calendars in. I will be looking at each person's calendar at a time and placing an "x" in the User Input Area on the left and I want to transform the data into a similar area on the right for a single day at a time.
I need help with a INDEX & MATCH formula - it's always eluded me - and I can figure it out on single-criteria but when trying to match on multiple columns like this I can't wrap my head around it.
- I want to be able to drag the formula and autocomplete, easily editing when I need to add or remove members.
- Maybe there's some IF cascade of cell references that would work easier that I'm blowing over too. Or something else entirely that I don't know aobut.
- Will it work with merged cells? I'm unsure how cell references for those work, both directions.
Obviously the formula I have won't work as is because I need to add the references to Monday-Friday as well.
=INDEX($B$4:$AJ$18,MATCH($AL4,$A$4:$A$18,1),MATCH(AM$3,$B$2:$AJ$2,1))
