Hi folks,

So my current formula looks at the following data and confirms the 1st column is "UK-Currys" and the 4th column is "Television" before matching the value of the "Subscriptions" column, which produces "1,860,041".

Is there a way to do this without it having to be an array formula? So just a normal formula?
It's essentially confirming 2 values in 2 columns match, then finding the corresponding value in a final 3rd column?

{=INDEX(tracker!1:1048576,MATCH('IA planning'!A5&"Television",tracker!A:A&tracker!D:D,0),MATCH("Subscriptions",tracker!2:2,0))}

Screen Shot 2017-11-01 at 10.09.53.png