I have the following formula that looks down a column for a specific date and then returns data from the OFFSET. What I need to happen now is for the formula to return the AVERAGE of all the Mondays in the range.
OFFSET(Data!$A$3,(MATCH(VLOOKUP($N$6,Data!$A$3:$V$833,1,FALSE),Data!$A$3:$A$833,0)+24),21)
So basically rather than have VLOOKUP find a specific date, I need to find all the Mondays in the range A3:A833, and then return the AVERAGE of the OFFSET.
Any ideas?
Thanks.
Bookmarks