Hi

PSA Drag sum formula on table columns.xlsx

Want to drag the sum formula in A2 across B2:H2

I usually rewrite each column because it locks the column name
=SUM(Table1[Column1])
I don't want to reference cells because the table will grow/shrink

Is there a quick way?