Forum Discussion

MatthewO2147's avatar
MatthewO2147
Copper Contributor
Mar 21, 2022
Solved

Merged Cells and Filtering

I'm trying to merge cells in Column A and then use a filter to display all cells next to it.

 

Job

A1
A2
A3
B1
B2

I want to merge like values in the first column

then run a filter formula

Call these A:6 and B:6

JobA

=filter(A1:B:5,A1:A5=B6)

So I could receive and output like

               

A         1

           2

           3

 

Is there any way to do this with the merged cells referencing all cells adjacent to the merged cell?

  • MatthewO2147 You could  filter only the second column based on the Job and add a label for the Job (in A11) by directly linking it to the selected Job cell reference (C9), as shown in the picture below.

4 Replies

Resources