Is it possible to automatically sync the worksheets within an Excel document?

I have a spreadsheet in Excel which contains of four worksheets. One of the worksheets is a compilation of all the information in the other three sheets.

My question is: is there an option somewhere that will allow the information in the other worksheets to be automatically synced should I choose to add or update information in one of the sheets?

To link the data between worksheets you have to reference from one to the other.

So in Sheet4 A1 put
=SUM(Sheet1!A1,Sheet2!A1,Sheet3!A1)

You can drag this formula down and across to create a complete total sheet which always stays up to date.

One Response to “Is it possible to automatically sync the worksheets within an Excel document?”

  1. Andrew L Says:

    To link the data between worksheets you have to reference from one to the other.

    So in Sheet4 A1 put
    =SUM(Sheet1!A1,Sheet2!A1,Sheet3!A1)

    You can drag this formula down and across to create a complete total sheet which always stays up to date.
    References :

Leave a Reply