I have a table of data in Worksheet2 that spans from A1:H2024. In Worksheet1, I need to pull all data from the first three columns in the table in Worksheet1, so that I end up with A1:C2024. Is there an easy way to do this?
The table in Worksheet2 has been saved as named range Table1.
I've used the N(INDEX method before to use multiple row or column values in the INDEX function. So I tried this: =INDEX(Table1,0, N(INDEX({1,2,3},,))). This has worked before with other formulas. But in this case, I can't get it to work. For so,go reason it only pulls columns 1, 2, and 3 of just row 1, leaving me with the range A1:C1. Does anyone know what I'm doing wrong?
I found a work around, by using this formula: =A1:INDEX(Table1, 2024, 3)), but it sleeps slightly less efficient and I was wondering if there's a better way. Thanks!
Bookmarks