I've a table which has many columns(below is just sample data, in original I've many of those two repeated columns), table look like this :-
I am using this formula to look for Match and get column left to it for Account Name
=INDEX(A3:D3,1,MATCH(G3,A3:E3,0)-1)
I need to drag this, because it's not an arrayformula
Can we make it an arrayformula, or is there any other way to do it, other than this using arrayformula?
Thanks