Max Number in Column while using filtering

walkertatl9803

New Member
Joined
Aug 8, 2017
Messages
2
Hi everyone..not sure if my last post got posted. I have sheet that has list of letters and list of headers. In each column there are a number of Xs associated with a given list of letters. I need to create a subtotal at the top of each header column, then identify the MAX number of Xs in a given column. Once I have the max number, I want that max number populated in a cell along with a name of the header displayed in a separate cell. Each time I filter on the MAX number the sheet should dynamically recalculate the subtotal, max and name of the header.

Here is the data:

<style>table { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: black; font-size: 11pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl67 { text-align: center; }.xl68 { text-align: center; border: 0.5pt solid windowtext; background: yellow none repeat scroll 0% 0%; }.xl69 { text-align: center; border: 0.5pt solid windowtext; }.xl70 { text-align: center; border: 0.5pt solid windowtext; white-space: normal; }</style>
Recipe TitleOne_clickDT1DT2DT3DT4DT5DT6DT7HD1AC1AC2CC1CC2
Subtotals -------->75121865100225533
Column to Filter On
Max Number
Header Name
recipe_uid Questions →


Recipe Title ↓

Header 1Header 2Header 3Header 4Header 5Header 6Header 7Header 8Header 9Header 10Header 11Header 12Header 13
R1Letter 1xx xx xx
R2Letter 2x x x x
R3Letter 3x x x x
R4Letter 4x xxx
R48Letter 5 xx xxx
R5Letter 6 xx x xx
R6Letter 7 x x xxxx
R7Letter 8xxx x
R8Letter 9 x x
R9Letter 10 x xxx x
R10Letter 11 xx x x
R11Letter 12 xx x x
R12Letter 13 xx x x
R13Letter 14 xxxx x
R14Letter 15 xxxx x
R15Letter 16 x x
R16Letter 17x x xx
R17Letter 18x x xx
R18Letter 19 xx x x
R19Letter 20 x x x
R20Letter 21 x x x
R21Letter 22 xx x x
R22Letter 23 xx x
R23Letter 24 x x x
R24Letter 25 x x
R25Letter 26 x x

<colgroup><col style="mso-width-source:userset;mso-width-alt:4010;width:94pt" width="125"> <col style="mso-width-source:userset;mso-width-alt:9770;width:229pt" width="305"> <col style="width:65pt" span="13" width="87"> </colgroup><tbody>
</tbody>

I hope this post make up there. Cheers

TW
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi everyone,

Here is the formula I was trying to use: =IF(E2=E3,"filter on: "&SUBSTITUTE(ADDRESS(1,MATCH(LARGE(P3:DC3,E1+1),P3:DC3,0)+14,4),"1","")&" then increment C1 by 1 if previous answer was Yes, otherwise leave C1 for No","filter on: "&SUBSTITUTE(ADDRESS(1,MATCH(E3,P3:DC3,0)+14,4),"1","")&" then increment C1 by 1 if previous answer was Yes, otherwise leave C1 for No")

Cant get it to work. As you see from my previous thread that I need help for some additional formula but ....can anyone give some advice or direction to produce the outcome I am trying to produce. Need this sheet like asap PLEASE SOMEONE if you have time, I would greatly appreciate it. Cheers TW
 
Upvote 0

Forum statistics

Threads
1,215,944
Messages
6,127,835
Members
449,411
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top