Hello, I'm trying to find out how to list which rows a number sequence occurs, in Column A, in a simple way, that doesn't make me search through a massive column in a workbook. I just want to see the rows it occurs in, without having to go down to those rows.
The number sequence to find is 11,21,31.
I am using =COUNTIFS(A1:A10000,11,A2:A10001,21,A3:A10002,31) but I want to modify it to show which rows the sequence happens in not just how many times.
I have searched Google, and couldn't find a solution
The number sequence to find is 11,21,31.
I am using =COUNTIFS(A1:A10000,11,A2:A10001,21,A3:A10002,31) but I want to modify it to show which rows the sequence happens in not just how many times.
I have searched Google, and couldn't find a solution