Hello,
I have searched on multiple forums and on the web, and tried different formulas from answers and tutorials, but somehow, none of them provide me with the answer i need which is why i'm hoping someone will be able to help me, or tell me if this is possible or not.
I'm currently using Excel 2010 with Windows 7
I'm looking for a way to take data from a master tab and copy it automatically to a different tab, but i also want any updates i make in the master tab to be automatically reflected/updated in the other tab.
Example:
My master tab contains data that will be manually entered since it will come from various sources. Some cells will inevitably be empty or have a 0 in them.
This is what it looks like in the master tab:
Excel 2010
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="bgcolor: #A6A6A6, align: center"]French[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Italian[/TD]
[TD="bgcolor: #A6A6A6, align: center"]German[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Spanish[/TD]
[TD="align: center"]2[/TD]
[TD="bgcolor: #00B0F0"]Costs1[/TD]
[TD="bgcolor: #00B0F0, align: center"]100 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]110 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]120 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]130 €[/TD]
[TD="align: center"]3[/TD]
[TD="bgcolor: #00B0F0"]Costs2[/TD]
[TD="bgcolor: #00B0F0, align: center"]200 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]210 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]220 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]230 €[/TD]
[TD="align: center"]4[/TD]
[TD="bgcolor: #00B0F0"]Costs3[/TD]
[TD="bgcolor: #00B0F0, align: center"]300 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]310 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]320 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]330 €[/TD]
</tbody>
This is what it would look like in the second tab
Excel 2010
<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="bgcolor: #00B0F0"]Costs1[/TD]
[TD="bgcolor: #00B0F0"]Costs2[/TD]
[TD="bgcolor: #00B0F0"]Costs3[/TD]
[TD="align: center"]2[/TD]
[TD="bgcolor: #A6A6A6, align: center"]French[/TD]
[TD="bgcolor: #00B0F0, align: center"]100 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]200 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]300 €[/TD]
[TD="align: center"]3[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Italian[/TD]
[TD="bgcolor: #00B0F0, align: center"]110 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]210 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]310 €[/TD]
[TD="align: center"]4[/TD]
[TD="bgcolor: #A6A6A6, align: center"]German[/TD]
[TD="bgcolor: #00B0F0, align: center"]120 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]220 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]320 €[/TD]
[TD="align: center"]5[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Spanish[/TD]
[TD="bgcolor: #00B0F0, align: center"]130 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]230 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]330 €[/TD]
</tbody>
Thank you in advance for any help.
yan charron
I have searched on multiple forums and on the web, and tried different formulas from answers and tutorials, but somehow, none of them provide me with the answer i need which is why i'm hoping someone will be able to help me, or tell me if this is possible or not.
I'm currently using Excel 2010 with Windows 7
I'm looking for a way to take data from a master tab and copy it automatically to a different tab, but i also want any updates i make in the master tab to be automatically reflected/updated in the other tab.
Example:
My master tab contains data that will be manually entered since it will come from various sources. Some cells will inevitably be empty or have a 0 in them.
This is what it looks like in the master tab:
Excel 2010
A | B | C | D | E | |
---|---|---|---|---|---|
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="bgcolor: #A6A6A6, align: center"]French[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Italian[/TD]
[TD="bgcolor: #A6A6A6, align: center"]German[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Spanish[/TD]
[TD="align: center"]2[/TD]
[TD="bgcolor: #00B0F0"]Costs1[/TD]
[TD="bgcolor: #00B0F0, align: center"]100 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]110 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]120 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]130 €[/TD]
[TD="align: center"]3[/TD]
[TD="bgcolor: #00B0F0"]Costs2[/TD]
[TD="bgcolor: #00B0F0, align: center"]200 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]210 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]220 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]230 €[/TD]
[TD="align: center"]4[/TD]
[TD="bgcolor: #00B0F0"]Costs3[/TD]
[TD="bgcolor: #00B0F0, align: center"]300 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]310 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]320 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]330 €[/TD]
</tbody>
tab1
My second tab will be used to make multiple graphs based on different data from the master tab and because the sorting will change depending on the data i use in the graph, the second tab needs to contain information from the Master tab, but i need to transpose it and i also need it to automatically adjust itself or update if i make changes in the Master tab.This is what it would look like in the second tab
Excel 2010
A | B | C | D | |
---|---|---|---|---|
<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="bgcolor: #00B0F0"]Costs1[/TD]
[TD="bgcolor: #00B0F0"]Costs2[/TD]
[TD="bgcolor: #00B0F0"]Costs3[/TD]
[TD="align: center"]2[/TD]
[TD="bgcolor: #A6A6A6, align: center"]French[/TD]
[TD="bgcolor: #00B0F0, align: center"]100 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]200 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]300 €[/TD]
[TD="align: center"]3[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Italian[/TD]
[TD="bgcolor: #00B0F0, align: center"]110 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]210 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]310 €[/TD]
[TD="align: center"]4[/TD]
[TD="bgcolor: #A6A6A6, align: center"]German[/TD]
[TD="bgcolor: #00B0F0, align: center"]120 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]220 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]320 €[/TD]
[TD="align: center"]5[/TD]
[TD="bgcolor: #A6A6A6, align: center"]Spanish[/TD]
[TD="bgcolor: #00B0F0, align: center"]130 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]230 €[/TD]
[TD="bgcolor: #00B0F0, align: center"]330 €[/TD]
</tbody>
tab2
Thank you in advance for any help.
yan charron