Home > Forum Home > Analyzing Corporate Financial Data > Functions on Filtered Data | Share |
Forum Topic | Post Reply Login |
Functions On Filtered Data | Rate this: (4.7/5 from 6 votes) |
The SUBTOTAL function provides some basic calculations on filtered data such as averages, standard deviation, maximum and minimum values. More advanced calculations such as statistical functions including the CORREL correlation function as well as any of the other inbuilt functions within Excel cannot be performed on filtered data ranges without applying complicated array formulas. Another alternative and effective solution is to apply a user defined function to the filtered data ranges in order to return an array of values representing only the visible data. This way all functions in Excel can be applied to filtered data including common statistical functions such as correlations and forecasting. The following VBA code creates a user defined function that returns only the visible data with the input range. VBA Code
This can then be used within standard Excel functions on the filtered data such as correlation in =CORREL(VISIBLE(A2:A100),VISIBLE(B2:B100)) | |||
Excel Business Forums Administrator | |||
Posted by Excel Helper on |
There are currently no replies to the "Functions on Filtered Data" topic of the Excel Help Forum for Analyzing Corporate Financial Data. Post Reply |
Find relevant Excel templates and add-ins for Functions on Filtered Data in the Excel Business Solutions Directory |