Support Board
Date/Time: Tue, 01 Jul 2025 17:02:03 +0000
Post From: lowest value in a column
[2020-03-24 13:57:01] |
User917679 - Posts: 76 |
Try something like this, e.g. in cell P3:
=MINZ(E3:OFFSET(E3,x,0)) where x is the number of rows. Ok and from here, how would you obtain the "cell address" that houses this minimum number? |