I have 3 equations i have tried, i am trying to do an index match with month and year but they are all returning #N/A
=INDEX('Operating Modes'!C6:O150,match(month(B7)='Operating Modes'!B54:B150)*(year('semi annual'!C3)='Operating Modes'!A54:A150),MATCH('semi annual'!C4,'Operating Modes'!C5:O50,0) ctrl+shift+enter
=INDEX('Operating Modes'!C54:O150,MATCH(1,if(MONTH('Operating Modes'!B54:B150)=month(B7),if(YEAR('Operating Modes'!A54:A150)=year(C3))),0),MATCH('semi annual'!C4,'Operating Modes'!C5:O50,0)) ctrl+shift+enter
=INDEX('Operating Modes'!C54:O150,MATCH(1,if(MONTH('Operating Modes'!B54:B150)=month(B7)),if(YEAR('Operating Modes'!A54:A150)=year(C3)),0),MATCH('semi annual'!C4,'Operating Modes'!C5:O50,0)) ctrl+shift+enter
so to explain these, c54:O150 is a bunch of numbers that i want returned
B54:B150 is a list of months
Jan 1/1/2018
Feb 2/1/2018
B7 is a month
Jan 1/1/2018
A54:A150 is a list of years
2018 1/1/2018
2019 1/1/2019
C3 is a drop down of years
2018 1/1/2018
2019 1/1/2019
the last match is the top of the table. I got that part. Just not the date look up.
=INDEX('Operating Modes'!C6:O150,match(month(B7)='Operating Modes'!B54:B150)*(year('semi annual'!C3)='Operating Modes'!A54:A150),MATCH('semi annual'!C4,'Operating Modes'!C5:O50,0) ctrl+shift+enter
=INDEX('Operating Modes'!C54:O150,MATCH(1,if(MONTH('Operating Modes'!B54:B150)=month(B7),if(YEAR('Operating Modes'!A54:A150)=year(C3))),0),MATCH('semi annual'!C4,'Operating Modes'!C5:O50,0)) ctrl+shift+enter
=INDEX('Operating Modes'!C54:O150,MATCH(1,if(MONTH('Operating Modes'!B54:B150)=month(B7)),if(YEAR('Operating Modes'!A54:A150)=year(C3)),0),MATCH('semi annual'!C4,'Operating Modes'!C5:O50,0)) ctrl+shift+enter
so to explain these, c54:O150 is a bunch of numbers that i want returned
B54:B150 is a list of months
Jan 1/1/2018
Feb 2/1/2018
B7 is a month
Jan 1/1/2018
A54:A150 is a list of years
2018 1/1/2018
2019 1/1/2019
C3 is a drop down of years
2018 1/1/2018
2019 1/1/2019
the last match is the top of the table. I got that part. Just not the date look up.