Help creating a poll question for an app

So, I am working on an app where users can vote on something. Right now, I have a thing with 4 columns, the first column is the title of the poll and the next 3 are the options, I have 3 buttons that update the count of each column based on the button they picked. All that works. What I would like is a dynamic text field that displays the leader of the poll. So like if the question was what is your favorite day, and the columns are Friday, Saturday and Sunday and the count for Saturday is the highest, I’d like to be able to display Saturday. Is that possible to compare multiple columns in a thing?