Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 04:31:40 +0000



Post From: Spreadsheet - Min of non-zero values

[2024-01-31 15:08:18]
User43 - Posts: 102
Well it is a spreadsheet just add another set of columns where you reference all values from the original area except of 0 values.

Kind of
in T3 =if(k3>0, K3, "")

and then get your min value from the new region.