Excel "Filter" question

bcselect

Board Regular
Joined
May 13, 2021
Messages
80
Office Version
  1. 365
Platform
  1. Windows
I have a sheet(sheet 1) with four columns. i need to filter out the entries on columns c & d based on an entry in cell A22 ("M") and copy and paste those results to
Sheet 2 cell BA3. This has to be done from row 22 thru row 221.
In other words, in Sheet1 if there is an "M" in "A22" , copy and paste "C22 and D22" to Sheet 2 "BA3"
 

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
Try something like this:
Change ranges to match your data.

Book1
ABCDEFG
1Mtest1item1Prod1item1Prod1
2htest2item2Prod2item4Prod4
3ktest3item3Prod3item5Prod5
4Mtest4item4Prod4
5Mtest5item5Prod5
6ktest6item6Prod6
Sheet1
Cell Formulas
RangeFormula
F1:G3F1=FILTER(C1:D6,A1:A6="M","No data")
Dynamic array formulas.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

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