In programming, an iterative construct is usually a loop, which usually iterates a set number of times using something like
For Count = 1 To 100 By 1
or iterates until some condition is met, like
While Remainder > .01
The example you chose probably only works when you are referring to a cell or column via a label at the top of the table.Yes a Structured Table, using Structured References.
Anthony