It's been a long time since my last work on Excel formulae and I'm having problems with =INDEX and =MATCH. I have this array:
A B C D E
app
csd
arg
egd
and from there, I would like to get the array from column B to column E based on values from column A. So for example, if I have the value "arg", using an Excel formula how can I return the range B3:E3?