Try this out,
=INDEX(J1:J8,MATCH(E12&F12,A1:A8&B1:B8,0))
if you are hard coding these then the formula would change to this
=INDEX(J1:J8,MATCH("IBM Inc"&"2017",A1:A8&B1:B8,0))
Change the red text to where ever your two search values are located or simply type them in if you are hard coding them. Also change the ranges of all columns to the desired ones. And lastly this is an array formula, so when typing it into the formula bar, be sure to press CTRL + SHIFT + ENTER instead of just ENTER