Formula to copy data from one sheet to another sheet based on specific criteria

gymwrecker

Active Member
Joined
Apr 24, 2002
Messages
396
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I need the rows from sheet 1 copied over to a second sheet only for those cells in Column I (PRMK1) with a value of 92. The goal is to have a separate sheet listing only the rows from sheet 1 that have the "92" value in Column I, so when the table is updated, only the new rows that meet those criteria (92) are copied to a second sheet. A copy of my sheet 1 with sample data is attached.
 

Attachments

  • Data.png
    Data.png
    21.1 KB · Views: 7

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hello! One option is to put the table into PQ, filter by column PRMK1 with values 92, and then upload it to the sheet. As a result, when updating, new rows will be added to those already on sheet 2.
 
Upvote 0
You can use the Filter function like
Excel Formula:
=FILTER(Sheet1!A2:N1000,Sheet1!I2:I1000="92")
 
Upvote 0
Solution

Forum statistics

Threads
1,223,627
Messages
6,173,424
Members
452,515
Latest member
Alicedonald9

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