I need to create a function that finds the minimum value from several non-contiguous cells while also excluding the values of zero.
The case is: I want to find the minimum value from 8 non-contiguous cells (not difficult), but the difficult part is to exclude the values of zero and only have the function return the value larger than 0.
MS Office 2013 is used.
Additionally I have a similar case, where I want to find the minimum from 8 non-contiguous cells all in different worksheets all still in the same Excel file (not difficult), but again also excluding the values of zero.
I guess the same solution would apply to both cases.
Thanks!
Bookmarks