Support Board
Date/Time: Thu, 18 Sep 2025 03:37:25 +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. |