admat
New Member
- Joined
- Dec 20, 2018
- Messages
- 20
- Office Version
- 365
- 2019
- 2016
- 2013
- 2011
- 2010
- Platform
- Windows
Hello all,
I had this formula to return the first 5 Rows of a Table:
INDEX(SUMMARY[EMPNAME],D2,1)
INDEX(SUMMARY[EMPNAME],D2+1,1)
INDEX(SUMMARY[EMPNAME],D2+2,1)
INDEX(SUMMARY[EMPNAME],D2+3,1)
INDEX(SUMMARY[EMPNAME],D2+4,1)
I enter 1 in D2 and it returns the first 5 rows. Change it to 6 and it will show the next 5 rows.
I now that I have the data in a Pivot Table. How do I reference the rows to accomplish the same thing?
I am trying to get the Pivot Table data in a fixed template for printing.
I had this formula to return the first 5 Rows of a Table:
INDEX(SUMMARY[EMPNAME],D2,1)
INDEX(SUMMARY[EMPNAME],D2+1,1)
INDEX(SUMMARY[EMPNAME],D2+2,1)
INDEX(SUMMARY[EMPNAME],D2+3,1)
INDEX(SUMMARY[EMPNAME],D2+4,1)
I enter 1 in D2 and it returns the first 5 rows. Change it to 6 and it will show the next 5 rows.
I now that I have the data in a Pivot Table. How do I reference the rows to accomplish the same thing?
I am trying to get the Pivot Table data in a fixed template for printing.