Possible to assign a list of items to part of a column?
Hi. I was wondering if there's a clever way to assign or append a list of items to column(s) in an existing table. For example, I have a column of names and I would like to add more names (rows) to the column from a list. The code below was one of my attempts. The problem is that instead of assigning each item in the list to its own row, rows 1-6 are each assigned the entire list. Names Defaul
...