Re: I CAN´T CREATE TABLE EXCEL WITH FILE IN ONEDRIVE
I didn't realize that your table is not at the top of your sheet.
If your table is always starting at Column B and row 8, then this formula should work for you. However, this assumes you have no extra non-table data to the right of the table data and below the table data.
=$B$8:INDEX($8:$1048576,COUNTA($B8:$B1048576),COUNTA(8:$8)+1)