Show multiple rows with filter?

Lauren111111

New Member
Joined
May 1, 2020
Messages
24
Office Version
  1. 2013
Platform
  1. Windows
Hi,

for example, I have a table of data

Column acolumn b
Yellowpink
Blueyellow
Greenpurple
Whitegreen

I want to see all the rows that contain yellow for example. But if I filter by column a, it won’t show the yellow in column b, and vice versa. Is there any way I can do this??

so it’ll end up looking like this:

column acolumn b
Yellowpink
Blueyellow
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Make helper column in column C, then filter column C with criteria not equal 0
MrExcel.xlsx
ABC
1ColumnAColumnBHelper
2Yellowpink1
3Blueyellow1
4Greenpurple0
5Whitegreen0
Sheet6
Cell Formulas
RangeFormula
C2:C5C2=COUNTIF(A2:B2,"yellow")
 
Upvote 0

Forum statistics

Threads
1,215,517
Messages
6,125,290
Members
449,218
Latest member
Excel Master

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