Share via

Summing Values From Different Sheets For The Same Cell Address (EXCEL)

Anonymous
2018-04-29T22:45:02+00:00

Hello, I am trying to sum values from the first sheet to the actual sheet.

Here is what I did: 

  • The Sum : =SUM('Sheet1:Here I have to put the actual sheet'!O1187)
  • Find the actual sheet: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)

How can I combine both in order to get my values ?

EDIT: 

I find out something but I get the result as #REF! here is the formula 

=SUM(indirect("'Sheet1:"&MID(CELL("filename",A3),FIND("]",CELL("filename",A3))+1,256)&"'!O1187"))

Do you have any idea how to fix this ?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ashish Mathur 102K Reputation points Volunteer Moderator
    2018-04-30T01:57:38+00:00

    Hi,

    That does not work for me either.  This is probably because INDIRECT() is not a 3D function.  As an alternative, we can refer to the cumulative figure on the previous worksheet and then add the number on the current worksheet.  You may refer to my article - Worksheet formulas in a newly copied worksheet should point to the previous worksheet.

    Hope this helps.

    Was this answer helpful?

    0 comments No comments