Hi,
I have created a database table containing 3000 rows, with a "values to query" field in the left most column to get the filtered data (like using a number filter selecting the data which lies between specified limit, for example fetch only those rows/records with a minimum value of say 100000 and maximum value of 1100000. Now the problem is:-
1. This is not a calculated field, as I need number filter in this left most field "values to Query". I need a number filter and not a text filter.
2. I am getting data in this field from a helper column through 'VALUE' function (helper column is based on a calculated field).
3. Cells which do not have values return a "0" zero.
4. SUBTOTAL function with MAX Sub-function is working fine, but problem arises when I tried to fetch the smallest number from this field "Values to Query", as it returns a zero "0" as the smallest number.
5. SMALL function will not work as my this field is having large number of cells with zero value.
6. I have tried Excel option of "Do not show zero if a cell is having a zero value", but not getting the results.
Is there any way out through which I can extract the smallest value even after filtering the data (SUBTOTAL is necessary) and even if I am having so many cells with zero values. Please help
Thanks in advance
Mani
Sample file is attached
I have created a database table containing 3000 rows, with a "values to query" field in the left most column to get the filtered data (like using a number filter selecting the data which lies between specified limit, for example fetch only those rows/records with a minimum value of say 100000 and maximum value of 1100000. Now the problem is:-
1. This is not a calculated field, as I need number filter in this left most field "values to Query". I need a number filter and not a text filter.
2. I am getting data in this field from a helper column through 'VALUE' function (helper column is based on a calculated field).
3. Cells which do not have values return a "0" zero.
4. SUBTOTAL function with MAX Sub-function is working fine, but problem arises when I tried to fetch the smallest number from this field "Values to Query", as it returns a zero "0" as the smallest number.
5. SMALL function will not work as my this field is having large number of cells with zero value.
6. I have tried Excel option of "Do not show zero if a cell is having a zero value", but not getting the results.
Is there any way out through which I can extract the smallest value even after filtering the data (SUBTOTAL is necessary) and even if I am having so many cells with zero values. Please help
Thanks in advance
Mani
Sample file is attached