I am trying to make an interface that would save grades for students. Then the data is saved to CSV.
In the first column I have the student ID (SID)- next to it are the grades.
What I wish for is that if I go back to the Student ID 202 for instance, and enter new grades, I wont have processing make a new row later, I can actually re-write the grades on row 2.
So is there a way to specify where in the spreadsheet I would be writing the rows?
Thanks for the guidance. However, FindRow is finding a row in a table already written.
I am looking to write new rows, and re-write them over the old values.
I would want to re-write a row in a predetermined place.
So lets say the student 202 should always be on row 2 and when I change the grades, he’s new grades are written again on row 2.
Right now, a new row would be added. That means that he’ll have multiple entries on the sheet.
Thanks