Table-->Last row - Subtotal

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
If I insert a table then add "Last Row" which allows me to use Subtotal embedded functions. Can I move that Row at the top instead of at the end? Thank you very much.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
No but unless you actually want it in the body of the table you can achieve the same result by using the Tables Structured referencing.

eg say 2 lines above the table, you want the sub-total for the amount column, by using subtotal(109,TableName_FieldName), you will get a total that will automatically expand and contract with the table.

20210304 Table Total at the top.xlsx
ABC
1
2
3Filter Total (Sub-Total)30
4
5ProductDescAmount
6A01Apple10
7O02Orange10
8P03Pear10
9
Sheet1
Cell Formulas
RangeFormula
C3C3=SUBTOTAL(109,MyTable[Amount])
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,835
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top