JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,308
- Office Version
-
- 365
- Platform
-
- Windows
In Sheet1, I have a table like this but with many more rows.
<tbody>
</tbody>
Columns C, D, & E are assigned the global names "Product", "Price", & "Weight" respectively.
In another sheet in the same workbook, I want to create a table like this:
<tbody>
</tbody>
where the values in column J are taken from the table in Sheet1.
Is there any way to do that?
Related question, is there a way to do this if Sheet1 is in a different workbook that is not currently open?
C/R | C | D | E |
6 | Product | Price | Weight |
7 | M28 | $29.95 | 0.35 |
8 | M29 | $19.95 | 0.22 |
9 | M44 | $49.95 | 3.50 |
10 | S9 | $9.95 | 1.25 |
11 | S10 | $10.95 | 1.50 |
<tbody>
</tbody>
Columns C, D, & E are assigned the global names "Product", "Price", & "Weight" respectively.
In another sheet in the same workbook, I want to create a table like this:
C/R | H | I | J | K |
6 | Product | Quan | Price | Cost |
7 | M44 | 5 | $49.95 | $249.75 |
8 | S10 | 10 | $10.95 | $109.50 |
9 | M28 | 25 | $29.95 | $748.75 |
<tbody>
</tbody>
where the values in column J are taken from the table in Sheet1.
Is there any way to do that?
Related question, is there a way to do this if Sheet1 is in a different workbook that is not currently open?