Login Page - Create Account

Support Board


Date/Time: Wed, 01 May 2024 23:40:35 +0000



Post From: lowest value in a column

[2020-03-24 05:49:42]
User917679 - Posts: 76
In spreadsheet programming, what would be an efficient way to go about finding the lowest value out of x number of rows in a given column?

I found this: SMALL(Numbers, NthSmallest), but how would I go about using it to do the above(Or should I even use it at all..)?