Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 11:13:48 +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?