My team need to enter several rows of data at once where all but 3 of the columns have different entries. For example:
Columns 1 -5 are the same for each row but Columns 6-8 are different
Is there a way of saving time by having to submit data for Columns 1-5 once and then on the next rows only submitting data for columns 6-8 through using a form?
At the moment using a form, each row would need to be entered individually and each box filled in.
Thanks :)