djeverett01
Programmer
I have a spreadsheet where I enter a random number(column A) and a name(Column B).Once I have all of my names entered I then have some code that radomly sorts the names and places them into numerical order. This is for a competition so we know who will go in what order. Once I have the run order sorted I want to be able to check and make sure that no one is back to back, meaning that the same person does not have to run two times in a row. I want to seperate them by at least 5 spots if they are back to back. Is this possible? Does anyone know how to accomplish this?