I have a workbook I'm using to track a super bowl prop pool. 5 worksheets contain all of the data and one worksheet contains a leaderboard and a place to select the correct answers to the questions. I pull the leaderboard in by (=transpose(named range)). The leaderboard consists of 3 columns, name, total points, and tie breaker (total score of the SB). If I try to sort by total points I get a "Cannot change part of an array" error. Is there a way to sort that leaderboard? Preferably each time it's updated but a sort button will be fine too.