Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a table of filtered data. For example
a1: 15 a2: 18 a10: 15 cells a3:a9 also have valid numbers but are filtered out. Is there a way to count the frequency of only the filtered data. For example in the above, value 15 has a frequency of 2, 18 only one. Countif calculates the frequency of all rows, not just the visible ones. Subtotal with option 2 counts the number of visible rows, in this case 3. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=SUMPRODUCT(SUBTOTAL(3,OFFSET(A2:A10,ROW(A2:A10)-ROW(A2),0,1)),--(A2:A10= 15)) Hope this helps! In article , tom wrote: I have a table of filtered data. For example a1: 15 a2: 18 a10: 15 cells a3:a9 also have valid numbers but are filtered out. Is there a way to count the frequency of only the filtered data. For example in the above, value 15 has a frequency of 2, 18 only one. Countif calculates the frequency of all rows, not just the visible ones. Subtotal with option 2 counts the number of visible rows, in this case 3. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ranking query | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Does Excel support Auto fill on filtered data? | Excel Discussion (Misc queries) | |||
Email only the filtered data | Excel Worksheet Functions | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions |