Hi people.

Simply put:
I want to be able to lock, or protect, each Row individually. I want the Cells within a Row to keep their order-relationship frozen forever.
Thus, If I need to Sort all the rows by date, or by alphabetical, or by value, I want to safely be able to do so.

In more detail:
I have a list of receipts for a large construction project. Hundreds of receipts, and I will continue to add more. Once I input a receipt into it's Row, I don't want to ever have that Row edited/deleted.

I've found that through user error, sometimes when a user starts to sort the data, if they're not careful, a particular column may get sorted, but the rest of the columns are left untouched. Thus, the Rows lose their relationships to one another.

Any suggestions?

TIA