Google Sheets - FILTER Formula

krispartsbadger

New Member
Joined
May 13, 2022
Messages
23
Office Version
  1. 365
In my Data Set tab I have a bunch of sales reps and their orders. I'm trying to combine the sales that don't have many sales into the same filter. So for this example I have RD sales which was none. BB sales has 1 line item. DD has 2 line items. Is there a way to have the formula filter the RD, BB and DD onto this tab?

1703703535662.png
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
can you post your current formula.
 
Upvote 0
Thanks for that.
How about
Excel Formula:
=FILTER('Data Set'!A1:J,('Data Set'!A1:A="RD")+('Data Set'!A1:A="BB")+('Data Set'!A1:A="DD"))
 
Upvote 1
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,395
Members
449,446
Latest member
CodeCybear

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