How do I insert into a table? I'm finding it kind of confusing. Here's block pics of what I've tried, hopefully they're helpful.
How do I insert into a table? I'm finding it kind of confusing. Here's block pics of what I've tried, hopefully they're helpful.
A table is actually a list of lists, you do not interact with it the same way you interact with a spreadsheet. Instead you should treat it as a list of lists.
For example, item 1 of the list is [a1,b1]
Which you can then add (or insert) an item to that list
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.