Skip to main content
All CollectionsSupport GuideDashpivot - WebFormulas Functions
How to duplicate info from one cell to another cell in another table (cross-referencing)
How to duplicate info from one cell to another cell in another table (cross-referencing)

Learn how to automatically duplicate information from one cell to another cell in a second table

Janmari Tanga-An avatar
Written by Janmari Tanga-An
Updated over 6 months ago

You can easily duplicate information from one cell to another by referencing the source table and the source cell to the destination cell.

Use the formula to the destination cell,

=Source_Table!Source_Cell

For example:

Given that,

Table 1 contains the cell A1 (text field), and you want to transfer the information typed to Table 2 cell B1.

  • Table1 is the Source_Table

  • A1 is the Source_Cell

Use the formula to Table 2 cell B1,

=Table1!A1

Did this answer your question?