Excel structured reference table syntax

前端 未结 6 1461
一整个雨季
一整个雨季 2020-12-16 01:35

I try to avoid using Excel too much, but when I do I like using structured references as they seem a lot cleaner to write.

If I create a table called \"table1\" wit

6条回答
  •  执笔经年
    2020-12-16 02:29

    There does not seem to be an explicit way of using structured referencing to particular rows in a table. As Adrian says, you can use INDEX.

    Or you can use implicit intersection to reference the same row: if table1 is on row 5:10 and table 2 is also on row 5:10 then using a structured reference with column names will implicitly intersect the same row.

    Or you can enter the structured reference as a multirow array formula (select multiple cells, enter the formula and use Ctrl-shift-Enter) in different rows and it will work.

提交回复
热议问题