Filtering results from multiple columns containing the same number.

lonniepoet

New Member
Joined
Mar 30, 2014
Messages
8
I'm doing a project for work and it has columns that extend out to 'BH' and 3,416 rows. Columns S through BH contain a specific item number that I would like to filter out and display separately. I would like to only see the rows for customers that have a specific item number in one of their columns. However, my problem is that when I filter the data it only displays the results for one column. For example, I can display all the fields in column 'S' that display 4201-4445, but it doesn't display anything for the rest of the columns. Is there some way to pull and display all rows that contain item number 4201-4445 from multiple columns?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Welcome to the board.
In Column BI2 enter the function:
IF(COUNTIF(S2:BH2,"4201-4445")>0,1,0)
And copy down
then FILTER all "1" in column BI.
HTH
 
Upvote 0

Forum statistics

Threads
1,221,446
Messages
6,159,917
Members
451,603
Latest member
SWahl

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