Sheet Update

RichardJ

Board Regular
Joined
May 23, 2004
Messages
74
I have two sheets of data in same file:

Sheet 1:
AB followed by 7 coloums of data
CD followed by 7 coloums of data
EF followed by 7 coloums of data
GH followed by 7 coloums of data
IJ followed by 7 coloums of data

Each day some or all of these entries
are added followed by 7 coloums of data
for each AB or CD etc.

Sheet 2: Relates only to BC and GH entries.

If on the sheet1 BC and GH are added for any
day then I want Sheet 2 to automaticaaly capture
the whole data from sheet 1 and add BC ad GH
as two additional rows including all 7 coloums of data.
If 3 additional entries are made on any day which are not
BC and GH, then there are no added lines on sheet 2
for that day.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Sounds like a simple Data/Filter/Autofilter will do the job in place. Or perhaps a pivot table, depending on your needs.

Whatever you do, even if using a simple formula, a new column with a formula something like :-
=IF(OR(A1="BC",A1="GH"),"Yes","No")
will separate the entries.

If you really need to transfer the entries elsewhere, a simple copy & paste of the filtered range will do it.
 
Upvote 0

Forum statistics

Threads
1,215,586
Messages
6,125,681
Members
449,249
Latest member
ExcelMA

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