I am working with two columns.
For purposes here let's call them "Description" and "Total"
I am trying to find the largest value in the Total column for rows 1 - 5 and then assign a different cell the value of the Description for that row.
I can use the following IF(AND statement to compare 1st cell to the remaining other 4 but doing it this way I would have to nest 5 such statements to compare all cells with each other. I have not been able to construct such a long formula without getting the "unparasible" error. Is there a better way to do this?
