So I have a fairly large sheet of data. Roughly 100 rows and 1000 columns of data. I need to count how many times a row had the smallest number in THAT column.
I'm familiar with the Countif function but I'm not sure how to configure it to count the smallest number for multiple columns.