I need a formula to find a number based off of crosstab query from access. The value needs to look at the date and column heading. example:
AAA bbb ccc dddd
2/1 5 8 7 9
2/2 7 4 7 3
2/3 1 1 7 0
2/4 2 7 8 9
This data above is generated from an access crosstab query and placed The column heading can change from day to day. For instance eeee may be added two days from now when it recieves data. I tried several formulas and match/index formulas such as this one INDEX(H43:H46,MATCH(A7,H43:H46,),MATCH(H6,H43:M43)) which do not work. Thanks for any assistance possible.
AAA bbb ccc dddd
2/1 5 8 7 9
2/2 7 4 7 3
2/3 1 1 7 0
2/4 2 7 8 9
This data above is generated from an access crosstab query and placed The column heading can change from day to day. For instance eeee may be added two days from now when it recieves data. I tried several formulas and match/index formulas such as this one INDEX(H43:H46,MATCH(A7,H43:H46,),MATCH(H6,H43:M43)) which do not work. Thanks for any assistance possible.