SantasLittleHelper
Board Regular
- Joined
- Nov 25, 2016
- Messages
- 77
I have the formula below to calculate the unique values in the specified cells.
When I apply a filter to a column on the spreadsheet, I'd like it to change the value.
E.g. The formula returns 100 when unfiltered. If I filter to show any data where the month is May 2018, the number should show 15.
Is this possible?
Code:
=SUM(IF(FREQUENCY(H5:H3200,H5:H3200)>0,1))
When I apply a filter to a column on the spreadsheet, I'd like it to change the value.
E.g. The formula returns 100 when unfiltered. If I filter to show any data where the month is May 2018, the number should show 15.
Is this possible?