Best Practice for Ordering Rows?

Options

This is pretty basic but I thought there might be a better way than how I'm going about it. We want to list some testing tasks (each task is on its own row) that need to be performed in a certain order, but we don't have dates associated with them so I can't sort them chronologically. We need to keep them in the order in which they need to be tested, so I just added an "Order" column with a number indicating where each task needs to fall within the sequence of testing (1, 2, 3, etc.)

Is there a better way to do this or am I overthinking it? Thanks!

Best Answer

Answers