Answer :
If you make changes to the data in the source workbook, the data in the destination workbook will not be automatically updated unless there is a direct link or connection between the two workbooks.
When you initially copy or import data from the source workbook to the destination workbook, it is essentially a snapshot of the data at that specific time.
To ensure that the data in the destination workbook reflects the most recent changes made in the source workbook, you can establish a dynamic link between the two workbooks. This can be done using formulas, such as VLOOKUP or INDEX-MATCH, or by using features like external data connections. When a dynamic link is established, any changes made to the data in the source workbook will be automatically updated in the destination workbook.
However, if there is no link between the workbooks, you will need to manually update the data in the destination workbook to reflect the changes made in the source workbook. This can be done by copying the updated data from the source workbook and pasting it into the destination workbook, or by re-importing the data if it was initially imported using an external data connection.
In summary, the data in the destination workbook will only be updated if there is a direct link between the source and destination workbooks, or if you manually update the data to reflect the changes made in the source workbook.
Learn more about link here:
https://brainly.com/question/29993438
#SPJ11