Skip to main content

I have a User input text field, based on which a table is populated.

I'm interested in one column (with column name 'Parts-subcomponent mapping') of the table. The 'Parts' column can have Null values or can hold Part name. Parts are mapped to a subcomponent.

I want to pick the top 30 rows of the table that have data (i.e. not NULL) in Parts.

Then perform a group by on subcomponent names, and filter the results of the Parts table using the subcomponent that appears most frequently.

 

What are the ways in which I can do this?

 

More details in the sample workbook with dummy data.

4 answers
0/9000