Share via

Adding values from different tabs

Anonymous
2010-11-18T22:34:40+00:00

Is there simple formula to add values from different tabs. My formula now looks something like this...=(tab1: cell a2+tab2:cell a2)

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

Answer accepted by question author

Anonymous
2010-11-18T22:37:00+00:00

Is there simple formula to add values from different tabs. My formula noe looks something like this...=(tab1: cell a2+tab2:cell a2)

Try this formula:

=tab1!A2+tab2!A2

Hope this helps / Lars-Åke

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

Answer accepted by question author

Ashish Mathur 101.9K Reputation points Volunteer Moderator
2010-11-18T23:43:45+00:00

Hi,

If you want to pick up the same cell from each tab, try this

=sum(first_tab:last_tab!A2)

So in your case it would be

=sum(tab1:tab2!A2)

Regards,

Ashish Mathur

Microsoft Excel MVP

www.ashishmathur.com

"DAS Tony G" wrote in message news:a03b1540-07f7-4f6e-81c7-64582f792106...

Is there simple formula to add values from different tabs. My formula now looks something like this...=(tab1: cell a2+tab2:cell a2)


Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com

Was this answer helpful?

0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-05-20T11:00:50+00:00

    Hi,

    Can you be a bit more specific about what it is you are trying to do?

    Regards

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-05-20T10:41:16+00:00

    Hi I know this is an old post but I am trying something similar only thing is I want data from every other tab and im struggling to do this on Excel 2013, any advice?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-11-18T22:42:26+00:00

    Lars,

    Thank you! That is pretty much how I currently do this task, it can get pretty tedious sometimes.

    Was this answer helpful?

    0 comments No comments