Auto populating a key column in an output table based on a column from an input table

Xipha

New Member
Joined
Oct 29, 2013
Messages
16
Hi,

I have a table which a client is populating with information. The first column contains key information to identify the line of data. The summarized output will be in a second table designed to be more clean and printable than the data input table but the first column needs to correspond to the first column of the data entry table and it needs to autopopulate/update when rows are added or deleted from the input table. Below is a simplified idea of what I am trying to do. Any suggestions on how best to do this? I am fairly new to VBA and tend to use it only as a last resort especially for files that I know people other than myself will be using it and might break it, but if that is the only way I will use VBA.

Input Table
ID1 Input1 Info1
ID2 Input2 Info2
ID3 Input3 Info3
.... ... ...

Output Table
ID1 Output1 Text
ID2 Output2 Text
ID3 Output3 Text
.... ... ...
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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