Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Flipkid2
 
Posts: n/a
Default Adding Values From Different Tabs


Is there a way to add values from different tabs on the same
spreadsheet?

For example A2 from tab 1 and A2 from tab 2


--
Flipkid2
------------------------------------------------------------------------
Flipkid2's Profile: http://www.excelforum.com/member.php...o&userid=17984
View this thread: http://www.excelforum.com/showthread...hreadid=398184

  #2   Report Post  
swatsp0p
 
Posts: n/a
Default


Assuming the name on Tab 1 is Sheet1 and Tab 2 is Sheet2, use this
formula:

=Sheet1!A2+Sheet2!A2

note the name of the sheet is followed by "!" to indicate it is a sheet
name.

HTH

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=398184

  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

='tab 1'!A2 + 'tab 2'!A2

(where "tab 1" and "tab 2" are the names of the worksheets in the same
workbook).

You could also use something like:

=SUM('tab 1:tab 2'!A2)

Note that this formula will include any worksheets from tab 1 to tab 2,
left-to-right, inclusive, so if tab 3 were moved between tab 1 and tab
2, tab 3's A2 would be summed as well.



In article ,
Flipkid2
wrote:

Is there a way to add values from different tabs on the same
spreadsheet?

For example A2 from tab 1 and A2 from tab 2

  #4   Report Post  
Flipkid2
 
Posts: n/a
Default


Thanks!!!

Worked perfectly


--
Flipkid2
------------------------------------------------------------------------
Flipkid2's Profile: http://www.excelforum.com/member.php...o&userid=17984
View this thread: http://www.excelforum.com/showthread...hreadid=398184

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding values from previous worksheets firecord Excel Worksheet Functions 1 June 27th 05 09:59 AM
adding values across worksheets in a spreadsheet ed java Excel Worksheet Functions 1 April 14th 05 12:06 AM
Adding values for prior date intervals Qaspec Excel Worksheet Functions 0 January 25th 05 01:49 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Adding logical values Veronique Excel Discussion (Misc queries) 1 January 13th 05 07:14 AM


All times are GMT +1. The time now is 08:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"