Table1
| Column A | Column B |
|---|---|
| 1 | A |
| 2 | B |
| 3 | C |
this is my function:
=INDEX(Table1,SEQUENCE(ROWS(Table1)),{1,2})
and the result is:
I expect to get back the whole table...
Could you please help me?
I use Microsoft office professional plus 2021
I tried everything what I could...

{1\2}as your array constant (you could also use theSEQUENCE()function for your columns as well as your rows).