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.
choongko
Sep 11, 2021Brass Contributor
=ROW(Table1[@]) - ROW(Table1[#Headers])
I was going through your formula, I couldn't find the table (Table1[@]) in the table list. What would the formula be if my data is not a ranged table.
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.
- choongkoSep 11, 2021Brass ContributorI see... Tks.