0

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...

enter image description here

2
  • Try using {1\2} as your array constant (you could also use the SEQUENCE() function for your columns as well as your rows). Commented May 27, 2024 at 14:53
  • {1\2} WORKS!!! omg SEQUENCE() also works!! thanks a lot guys!!!!! Commented May 28, 2024 at 5:36

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.