Moving row from multiple table to another table

Seldrich

New Member
Joined
May 11, 2014
Messages
20
Hello,
I have been trying for hours and am unable to find a solution.

Problem: Move row data from multiple tables to 1 table based on the the the cell value in that row.

The data:

Table Name: Mr. Big Stuff
EMP IDAGENTSUPERVISORSTATUSADH
00000000John DoeMr. Big StuffBilling86.1
00000000Jane DoeMr. Big StuffBilling86.1
00000000John DoeMr. Big StuffBilling89.9
00000000Jane DoeMr. Big StuffBilling91.1
00000000John DoeMr. Big StuffBilling93.1

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>

Table Name: Mrs. Boss Lady
EMP IDAGENTSUPERVISORSTATUSADH
00000000John DoeMrs. Boss LadyBilling87.3
00000000Jane DoeMrs. Boss LadyBilling90.5
00000000John DoeMrs. Boss LadyBilling90.8
00000000Jane DoeMrs. Boss LadyBilling90.9
00000000John DoeMrs. Boss LadyBilling91.7

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>

If the Cell in ADH is Less than 90.0 I need to move the row to the output table.in the same order as the information. In addition to that i need to add the same data from another table with the same format below the information from the previous table. Like below.

Table Name: Outliers
EMP IDAGENTSUPERVISORSTATUSADH
00000000John DoeMr. Big StuffBilling86.1
00000000Jane DoeMr. Big StuffBilling86.1
00000000John DoeMr. Big StuffBilling89.9
00000000John DoeMrs. Boss LadyBilling87.3

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>

The information does change but it does not change format. All columns are the labeled the same and do not change. when the data is updated i need it to replace what is there with new data.


I have tried to =Index as well as =vlookup but have been unable to find a successful route of doing this. I am quite new to excel and have been stuck on this for a couple of days. thanks for any help and advice in advance!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,215,599
Messages
6,125,751
Members
449,258
Latest member
hdfarid

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