I have a sheet with some data in it. In another sheet (let's call it "Final Sheet"), I have a table of data that uses the data in the source sheet and manipulates it as required and shows the output.
I need the "Final Sheet" to dynamically increase in size (if possible decrease too) based on the number of rows in the source sheet.
I was able to do this using the Offset, COUNTA solution that has been provided in a lot of blog posts. However, I want this "Final Sheet" table to be an "excel table" too and that's what I'm not able to achieve right now.
I've attached a sample file showing both the cases. I put all 3 tables in the same sheet in the sample but in my actual case they will be on different sheets.
I need the "Final Sheet" to dynamically increase in size (if possible decrease too) based on the number of rows in the source sheet.
I was able to do this using the Offset, COUNTA solution that has been provided in a lot of blog posts. However, I want this "Final Sheet" table to be an "excel table" too and that's what I'm not able to achieve right now.
I've attached a sample file showing both the cases. I put all 3 tables in the same sheet in the sample but in my actual case they will be on different sheets.