in the attachment, I used MATCH to find the row number of a special cell named "shahin" but there are a lot of "shahin" and MATCH only shows the FIRST row number. how can I show all the cell numbers that contains "shahin"?
I am really looking forward to being able to deploy the new dynamic arrays! = FILTER( list, ISTEXT(list) )
returns a filtered version of the list itself showing all text content.
Equivalently, = FILTER( SEQUENCE(ROWS(list)), list="Shahin" )
will return the record numbers of the matched values.