Hi
I have a long data sheet. I am using a Index+Match formula to retrieve the first instance of a given criteria. I also need to retrieve the SECOND instance belonging to the given criteria.
I cant use an OFFSET, since they next value is not necessarily the very next line.
How do i do this? One option is to COUNT each instance and attach a number at the end, (concatenate(a50,countif(A$2:A50,A50)), but this is difficult here.
Any ideas? Should I go VBA?
Thanks
Mark
I have a long data sheet. I am using a Index+Match formula to retrieve the first instance of a given criteria. I also need to retrieve the SECOND instance belonging to the given criteria.
I cant use an OFFSET, since they next value is not necessarily the very next line.
How do i do this? One option is to COUNT each instance and attach a number at the end, (concatenate(a50,countif(A$2:A50,A50)), but this is difficult here.
Any ideas? Should I go VBA?
Thanks
Mark