I am looking for a formula that will look at this table and pull the hours per week based on 2 criteria – group and week. Right now, I have the tables separated so that I can use a vlookup formula. But that means I have to have 5 different formulas, 1 for each group.
=IFERROR(VLOOKUP(ROUND(($[First Receive]@row - $[Week 1 Date]@row ) / 7, 0), {TRG_Reference Group1}, 2, false), 0)
This part - ($[First Receive]@row - $[Week 1 Date]@row ) / 7, 0) is calculating the week number for me based on opening date and current week.
I know there has to be a formula (nested?) that will look at the whole table and return the value for the correct group and week number.
Looking for the wisdom and knowledge of this group to help me.
Thank you!