Forum Discussion

Michael Gorman's avatar
Michael Gorman
Copper Contributor
Dec 27, 2017
Solved

Excel 2017 Cell Copy between multiple worksheets

I am setting up a new home business and I am creating an Income/Expense Workbook.  I am creating the first page to be a total of all expenses for each month and I need to know the formula for copying...
  • Deleted's avatar
    Deleted
    Dec 27, 2017
    =[Sep2017]Sheet1!H18

    Where "Sheet1" is the name of the sheet. This will copy 1 value, if you want to sum
    a number of values in Sep2017, then try this:

    =SUM([Sep2017]Sheet1!H1:H18)