indirect and offset do not work properly with arrayformula, so for example
a
c
x
s
q
p
So I can use match or vlookup to find out that c is row 2 and q is row 5 but then I want to return an array of {c,x} it's pretty easy to accomplish with offset or indirect but how would you do it when it is an arrayformula (wanting to return multiple combinations) in one cell that can return everything between c and q and also between x and p, etc.
