Auto Import Specified Data from one sheet t another

RedPed

New Member
Joined
Jul 10, 2015
Messages
32
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I would like to accomplish the following;

Workbook1

<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="113"><col width="100"></colgroup><tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=B7B7B7]#B7B7B7[/URL] , align: center"]Meal[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=B7B7B7]#B7B7B7[/URL] , align: center"]Food[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=B7B7B7]#B7B7B7[/URL] , align: center"]Calories[/TD]
[/TR]
[TR]
[TD="align: center"]Breakfast[/TD]
[TD="align: center"]Bacon[/TD]
[TD="align: center"]250[/TD]
[/TR]
[TR]
[TD="align: center"]Breakfast[/TD]
[TD="align: center"]Eggs[/TD]
[TD="align: center"]70[/TD]
[/TR]
[TR]
[TD="align: center"]Lunch[/TD]
[TD="align: center"]Sandwich[/TD]
[TD="align: center"]125[/TD]
[/TR]
[TR]
[TD="align: center"]Dinner[/TD]
[TD="align: center"]Pizza[/TD]
[TD="align: center"]600[/TD]
[/TR]
[TR]
[TD="align: center"]Tea[/TD]
[TD="align: center"]Pasta Bolognese[/TD]
[TD="align: center"]400[/TD]
[/TR]
[TR]
[TD="align: center"]Tea[/TD]
[TD="align: center"]Roast Chicken[/TD]
[TD="align: center"]350[/TD]
[/TR]
[TR]
[TD="align: center"]Lunch[/TD]
[TD="align: center"]Soup[/TD]
[TD="align: center"]75[/TD]
[/TR]
[TR]
[TD="align: center"]Breakfast[/TD]
[TD="align: center"]Toast[/TD]
[TD="align: center"]25[/TD]
[/TR]
[TR]
[TD="align: center"]Snacks[/TD]
[TD="align: center"]Chocolate[/TD]
[TD="align: center"]150[/TD]
[/TR]
</tbody>[/TABLE]


For a totally different workbook I wish to import all row data where Meal Column = Breakfast. I would also like the different workbook data to be updated when changes are made to original workbook?

Is this possible?

Any help appreciated
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,222,900
Messages
6,168,926
Members
452,227
Latest member
sam1121

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