Return all rows that match condition

bryanhope

New Member
Joined
Mar 22, 2017
Messages
4
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[TD="align: center"]G
[/TD]
[TD="align: center"]H
[/TD]
[TD="align: center"]I
[/TD]
[/TR]
[TR]
[TD]Line
[/TD]
[TD]Quantity
[/TD]
[TD]Description
[/TD]
[TD]Price
[/TD]
[TD]Extension
[/TD]
[TD]Tax Rate
[/TD]
[TD]Tax AMT
[/TD]
[TD]Type
[/TD]
[TD]Total
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]25
[/TD]
[TD]descript 1
[/TD]
[TD]5.00
[/TD]
[TD]125.00
[/TD]
[TD].0825
[/TD]
[TD]10.31
[/TD]
[TD]Composite
[/TD]
[TD]135.31
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]150
[/TD]
[TD]descript 2
[/TD]
[TD]10.00
[/TD]
[TD]1500.00
[/TD]
[TD].0825
[/TD]
[TD]123.75
[/TD]
[TD]Non-Composite
[/TD]
[TD]1623.75
[/TD]
[/TR]
</tbody>[/TABLE]


Hello, I have a table like this with thousands of rows I am trying to find a formula that will return all rows that match "Composite" of the Type column, I know there are multiple ways but I am having problems any help would be great. Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
How about just using Filters?
Just click on the Filter button, select the drop-down on the Type header, and select the "Composite" option.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

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