I'm using a table imported from an external spreadsheet for some of my form data.
The first thing to do is look up an ID in the first column of the table. This should store the row that the ID is stored in. After this, I need to look through its row, and if a field is not NULL, it needs to...