I have a table with people participating in a certain event over the week. I need to get a list of these people that are sorted based on their average position in each column. The goal is to determine which people prefer turning up in the morning, later in the day, or in the evening.
这方面的一个例子是,我想要做到:
Moday | Tuesday | Wednesday | Average |
---|---|---|---|
Sarah | Andy | Sarah | Sarah |
Andy | Sarah | Andy | Andy |
Blake | Max | Max | Max |
Max | Blake | Karen | Blake |
Karen | Karen | Blake | Karen |
基本上,我需要把这些人排在首位,然后根据我所认为的级别制定一份独一无二的名称清单。