Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I'd like to use the mode-function like sumifs or countifs. So first I want to do a filtering and then use the resulting list to calculate the modal value. How can I do this? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Say we have data in column A, from A1 thru A19:
data 1 1 1 1 2 2 2 3 3 4 5 6 7 8 9 10 11 12 Where A1 is the header cell. Use: =MODE(IF(SUBTOTAL(3,OFFSET(A2:A19,ROW(A2:A19)-ROW(A2),,1))=1,A2:A19,"")) This is an array function that must be entered with CNTRL-SHFT-ENTER rather than just the ENTER key. -- Gary''s Student - gsnu200909 "Neolyth" wrote: Hi I'd like to use the mode-function like sumifs or countifs. So first I want to do a filtering and then use the resulting list to calculate the modal value. How can I do this? Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table value filter combined with Top x functionality not wor | Excel Discussion (Misc queries) | |||
copy in filter mode | Excel Worksheet Functions | |||
Filter mode | Excel Worksheet Functions | |||
Why does it say "Filter mode" instead of "X of Y records"? | Excel Worksheet Functions | |||
copy in filter mode | Excel Worksheet Functions |