Column insert automatically then scan

Can anyone tell me how can I insert a column automatically?

0 2 107
2 REPLIES 2

Iโ€™m betting that what youโ€™re trying to create is a new column for an additional entry of some type, yes?

  • For example:
    • Say Iโ€™ve got a column that records the total number for the โ€œfirstโ€ item
    • Then Iโ€™ve got another column for the secondโ€ฆ
    • And a third, fourth, etcโ€ฆ
    • One column for each entry

And the problem youโ€™re facing now is that when someone wants to add a new entry into the mix, youโ€™ve got to add a new column into the tableโ€ฆ yes?


If youโ€™re finding that youโ€™re needing to add โ€œmore sectionsโ€ into a tableโ€ฆ thatโ€™s when itโ€™s time to split that table into a parent-child combination using a reference.

Hereโ€™s a video I made a while back discussing this topic:

Top Labels in this Space