Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding numbers from other sheets?

I have 5 cells on 5 sheets to add numbers together giving me a total on the
6th sheet cell, that formula is working just fine.
But I need to pull the total from 6th sheet cell into a 7th sheet giving me
the total I have on the 6th sheet cell, but when I put in my formula to pull
it into the 7th sheet it gives me one number less than what I need and I for
the life of me figure out whats going wrong.
my formula to pull the total into the 7th sheet for this is as follows:
=SUM('[Totals]Grand
Totals'!J2)+(D7)+(E7)+(F7)+(G7)+(H7)+(I7)+(J7)+(K7 )+(L7)+(M7)+(N7)+(O7)+(P7)-(D12)-(E12)-(F12)-(G12)-(H12)-(I12)-(J12)-(K12)-(L12)-(M12)-(N12)-(O12)-(P12)


If more info is need just let me know. I tried to as clear as I could
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Adding numbers from other sheets?

I don' tknow hwat is wrong, but simplifing your formula may help

=SUM('[Totals]Grand Totals'!J2)+Sum(D7:P7)-Sum(D12:P12)


"Unforgiving" wrote:

I have 5 cells on 5 sheets to add numbers together giving me a total on the
6th sheet cell, that formula is working just fine.
But I need to pull the total from 6th sheet cell into a 7th sheet giving me
the total I have on the 6th sheet cell, but when I put in my formula to pull
it into the 7th sheet it gives me one number less than what I need and I for
the life of me figure out whats going wrong.
my formula to pull the total into the 7th sheet for this is as follows:
=SUM('[Totals]Grand
Totals'!J2)+(D7)+(E7)+(F7)+(G7)+(H7)+(I7)+(J7)+(K7 )+(L7)+(M7)+(N7)+(O7)+(P7)-(D12)-(E12)-(F12)-(G12)-(H12)-(I12)-(J12)-(K12)-(L12)-(M12)-(N12)-(O12)-(P12)


If more info is need just let me know. I tried to as clear as I could

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default Adding numbers from other sheets?

or even

=SUM('[Totals]Grand Totals'!J2,D7:P7)-SUM(D12:P12)

--
__________________________________
HTH

Bob

"Joel" wrote in message
...
I don' tknow hwat is wrong, but simplifing your formula may help

=SUM('[Totals]Grand Totals'!J2)+Sum(D7:P7)-Sum(D12:P12)


"Unforgiving" wrote:

I have 5 cells on 5 sheets to add numbers together giving me a total on
the
6th sheet cell, that formula is working just fine.
But I need to pull the total from 6th sheet cell into a 7th sheet giving
me
the total I have on the 6th sheet cell, but when I put in my formula to
pull
it into the 7th sheet it gives me one number less than what I need and I
for
the life of me figure out whats going wrong.
my formula to pull the total into the 7th sheet for this is as follows:
=SUM('[Totals]Grand
Totals'!J2)+(D7)+(E7)+(F7)+(G7)+(H7)+(I7)+(J7)+(K7 )+(L7)+(M7)+(N7)+(O7)+(P7)-(D12)-(E12)-(F12)-(G12)-(H12)-(I12)-(J12)-(K12)-(L12)-(M12)-(N12)-(O12)-(P12)


If more info is need just let me know. I tried to as clear as I could



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 numbers or characters to existing numbers Jannie Excel Worksheet Functions 9 February 20th 07 03:08 PM
Adding numbers from specific cells in a number of sheets c991257 Excel Worksheet Functions 2 August 3rd 06 10:43 PM
Adding Sheets [email protected] Excel Discussion (Misc queries) 2 May 23rd 06 03:04 PM
Adding numbers to current numbers mk Excel Worksheet Functions 2 May 16th 05 11:25 PM
adding sheets together Andrea[_7_] Excel Programming 3 November 7th 03 06:40 PM


All times are GMT +1. The time now is 01:32 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"