Forum Discussion
cliffordanup
May 28, 2021Copper Contributor
create dynamic range of table including headers and footers
Hello, I'm using Office 365 on Windows 10. I wanted to create a Dynamic Named Range of a Table called Table1, including it's Headers and Footers (Totals Row). By Default, when you enter the D...
- May 28, 2021
The range consisting of the header row + the data rows is Table1[[#Headers],[#Data]]
The range consisting of the header row + the data rows + the total row is Table1[#All]
The range consisting of the data rows + the total row is Table1[[#Data],[#Totals]]
cliffordanup
May 31, 2021Copper Contributor
Thank you for the correct Formula Sergei! It works now!
SergeiBaklan
May 31, 2021Diamond Contributor
You are welcome. But again, it's better to use native =Table1[#All]