Filter problems

Maci3j

Board Regular
Joined
Apr 4, 2013
Messages
85
Office Version
  1. 365
Dear Readers,

I would like to simplify my sheet. When i will filter the table by QA6 for example 1a, I would like to see all systemnames. This without copying the 1a to all cells left to the systemname. How can I assign or connect the 1A cell to all systemnames of 1A (012fb001, 012fb002, 012fb003, 012fb004).
Down below you can find an example of my table.
Thanks in advance for your help.


QA6Systemname
1a012fb001
012fb002
012fb003
012fb004
2a018vv001
018vv002
018vv003
3a020bb001
020bb002
020bb003
020bb004

<TBODY>
</TBODY>
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
If QA6 is a header name in cell A1, and systemname in B1 with data beginning in row 2, enter any header name such as QA6-2 in cell C1 and enter this formula in C2 and copy down:
=IF(A2="",C1,A2)
Now do your filtering on QA6-2.
 
Upvote 0

Forum statistics

Threads
1,203,460
Messages
6,055,556
Members
444,797
Latest member
18ecooley

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