Support Board
Date/Time: Tue, 01 Jul 2025 17:50:59 +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..)? |