Hi,

Is there a formula to say all the values are equal, like Min and Max formula to find highest and lowest values. For example I have 15 columns, I want to say find the lowest value and return the header of that value, or if all these values are equal, start from the beginning.

A B C D F E
2 2 3 4 1

So, the formula would help me find and return F in column E. If all these values are equal, then at column E I would see A as the value and so on.

Note: If we can do this vertically, that would be awesome too, otherwise, it's ok.

Thanks.