Forum Discussion
choongko
Sep 11, 2021Brass Contributor
Trying to integrate ROW function in index and match to retrieve multiple values.
I am having issues understanding the concept of extracting a list of data from a criteria using Excel 2016 and 365. See attach file. I was trying to use index and match, with row function to ach...
- Sep 11, 2021I see... Tks.
PeterBartholomew1
Sep 11, 2021Silver Contributor
Table1 is the range with the green filled header row. Table1[@] is the structured reference notation for the current record of the table and, typed anywhere in line with the table, will return a range reference to a single record. The function ROW( ) defaults to the current row, so it could be used without any cell references.
choongko
Sep 11, 2021Brass Contributor
I see... Tks.