I'm having problems using offset in this application. It will only ever display one result, where I would think it would return an array of cells.
Code EX:
=OFFSET(B:B,MATCH(B1,B:B,0),1,COUNTIF(B:B,B1),1)
which to my understanding means:
go to column B, find where "B1" is, display whats in the...