It's been a while since I've last used excel and I'm having a complete mental block today.
I have a calendar tracking multiple people in Column A, and Column B to Column R has the data. The month data is split into two "arrays" of 15 days. So the same person appears twice in one month over two rows if that makes sense.
What I'm trying to do is that when I have selected a name and month, I'd like it to find the two corresponding rows and apply a formula to them (such as count the number of days that say "training" for example)
I tried named the ranges by month, splitting by names and data so I'm only looking for the name in a defined month. So "Jan_Name" for Column A, and "Jan_23" for the data range then using Xlookup twice (one to search top down, the other bottom up)to try and find the corresponding row but I'm not having any joy. Also tried combinations of H/V lookup, index, match with less joy.
Can someone help?
I have a calendar tracking multiple people in Column A, and Column B to Column R has the data. The month data is split into two "arrays" of 15 days. So the same person appears twice in one month over two rows if that makes sense.
What I'm trying to do is that when I have selected a name and month, I'd like it to find the two corresponding rows and apply a formula to them (such as count the number of days that say "training" for example)
I tried named the ranges by month, splitting by names and data so I'm only looking for the name in a defined month. So "Jan_Name" for Column A, and "Jan_23" for the data range then using Xlookup twice (one to search top down, the other bottom up)to try and find the corresponding row but I'm not having any joy. Also tried combinations of H/V lookup, index, match with less joy.
Can someone help?