Hello all. I'm trying to create a lookup formula using INDEX MATCH that returns the last value in a range. It usually returns the first value that satisfies the lookup criteria (I think).
I need to find the ending balance of each week, and summarize those values in a table. (See image).
The formula I used in an attempt to return the ending balance for week 1 is: =INDEX($C$5:$W$5,MATCH(C9,$C$3:$W$3,0))
I need to find the ending balance of each week, and summarize those values in a table. (See image).
The formula I used in an attempt to return the ending balance for week 1 is: =INDEX($C$5:$W$5,MATCH(C9,$C$3:$W$3,0))