Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default add cells together from different sheets within a workbook

How do I add cells together from different sheets within a workbook
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default add cells together from different sheets within a workbook

=sheet1!a1+sheet3!b99+'sheet 999'!x99
or
=sum(sheet1!a1,sheet3!b99,'sheet 999'!x99)



s6292 wrote:

How do I add cells together from different sheets within a workbook


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default add cells together from different sheets within a workbook

=Sheet1!A1+Sheet7!D22+Sheet7!N107

--
Biff
Microsoft Excel MVP


"s6292" wrote in message
...
How do I add cells together from different sheets within a workbook



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default add cells together from different sheets within a workbook

what if I have multiple sheets in a workbook and I want a number in a cell to
increase by 1 on each consecutive worksheet?

"Dave Peterson" wrote:

=sheet1!a1+sheet3!b99+'sheet 999'!x99
or
=sum(sheet1!a1,sheet3!b99,'sheet 999'!x99)



s6292 wrote:

How do I add cells together from different sheets within a workbook


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default add cells together from different sheets within a workbook

Put 1 in A1 of Sheet1

Then...

=sheet1!a1+1
in A1 of Sheet2

=sheet2!a1+1
in A1 of sheet 3

.....


s6292 wrote:

what if I have multiple sheets in a workbook and I want a number in a cell to
increase by 1 on each consecutive worksheet?

"Dave Peterson" wrote:

=sheet1!a1+sheet3!b99+'sheet 999'!x99
or
=sum(sheet1!a1,sheet3!b99,'sheet 999'!x99)



s6292 wrote:

How do I add cells together from different sheets within a workbook


--

Dave Peterson


--

Dave Peterson
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
Sum of selected cells from different sheets in a new workbook Vijay Joshi Excel Worksheet Functions 3 January 9th 07 02:51 PM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? Dmitry Excel Worksheet Functions 6 March 29th 06 12:43 PM
Max sheets in a workbook or max # of calculated cells phil g Excel Discussion (Misc queries) 2 October 11th 05 09:49 PM
Should be able to name Excel sheets based on cells in workbook callsign Blue Wolf One Five Excel Discussion (Misc queries) 2 January 27th 05 03:09 AM


All times are GMT +1. The time now is 03:30 PM.

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"