I need to get the column next to my target value
here is my data sheet Sheet1
Sheet2 has my formulas on
To get the daya for Oct and Nov, im using =HLOOKUP(TEXT(B3,"MMM"),Sheet1!$AD$3:$AL$9,7,0)
which returns Oct and Nov points available
Now i need to get the Points achieved, i have done it with this =OFFSET(INDEX(Sheet1!$AD$3:$AL$9,MATCH(TEXT(B3,"MMM"),Sheet1!AD3:AD9)*7,1),0,1)
But when i drag it down it does not work as AD3:AD9 needs to actually be AG3:AG9, but i cant figure it out.
Hope that makes sense.
Could anyone help please
here is my data sheet Sheet1
Oct | Nov | Dec | |||||
Points available | Points Achieved | % Achieved | Points available | Points Achieved | % Achieved | Points available | Points Achieved |
0 | 0 | #VALUE! | #VALUE! | ||||
0 | 0 | ||||||
0 | 0 | ||||||
0 | 0 | ||||||
42 | 40 | 60 | 126 |
Sheet2 has my formulas on
01/10/2020 | 42 |
01/11/2012 | 60 |
To get the daya for Oct and Nov, im using =HLOOKUP(TEXT(B3,"MMM"),Sheet1!$AD$3:$AL$9,7,0)
which returns Oct and Nov points available
Now i need to get the Points achieved, i have done it with this =OFFSET(INDEX(Sheet1!$AD$3:$AL$9,MATCH(TEXT(B3,"MMM"),Sheet1!AD3:AD9)*7,1),0,1)
But when i drag it down it does not work as AD3:AD9 needs to actually be AG3:AG9, but i cant figure it out.
Hope that makes sense.
Could anyone help please