itsgrady
Board Regular
- Joined
- Sep 11, 2022
- Messages
- 132
- Office Version
- 2021
- Platform
- Windows
- MacOS
Table 1 - PortsPounds
Table 2 - 10DaysPounds
I need to copy the last 10 rows of table 1, column a to the table 2 Column
Table holds all of the date on a large table. I add data to this table about 3 times a week.
Table two 2 should hold the last 10 days (not consecutive days) of information people would like to see and use. If I can get the 10 days in the Table in column A I will use Xlookup up to get the remaining data.
I tried this but I could not get it to work:
=INDEX(PortsPound!A:A,COUNTA(PortsPound!A:A)-9):INDEX(PortsPound!A:A,COUNTA(PortsPound!A:A))
Table 2 - 10DaysPounds
I need to copy the last 10 rows of table 1, column a to the table 2 Column
Table holds all of the date on a large table. I add data to this table about 3 times a week.
Table two 2 should hold the last 10 days (not consecutive days) of information people would like to see and use. If I can get the 10 days in the Table in column A I will use Xlookup up to get the remaining data.
I tried this but I could not get it to work:
=INDEX(PortsPound!A:A,COUNTA(PortsPound!A:A)-9):INDEX(PortsPound!A:A,COUNTA(PortsPound!A:A))