Author Topic: Excell Spreadsheet Help  (Read 390 times)

Offline Fencer51

  • Aces High CM Staff (Retired)
  • Platinum Member
  • ******
  • Posts: 4679
Excell Spreadsheet Help
« on: May 16, 2009, 05:16:11 PM »
Anyone know how to get a spread sheet to total numbers from different tabs onto one sheet?

Yeah I am a noob.
Fencer
The names of the irrelevant have been changed to protect their irrelevance.
The names of the innocent and the guilty have not been changed.
As for the innocent, everyone needs to know they are innocent –
As for the guilty… they can suck it.

Offline Marauding Conan

  • Copper Member
  • **
  • Posts: 140
Re: Excell Spreadsheet Help
« Reply #1 on: May 16, 2009, 05:18:49 PM »
Anyone know how to get a spread sheet to total numbers from different tabs onto one sheet?

Yeah I am a noob.

Use the command for equation (it looks like a greek capital e), this will open a box for equation, simply type + and click on the total of the other tab, it will automatically include that box on the equation.

Offline oakranger

  • Plutonium Member
  • *******
  • Posts: 8380
      • http://www.slybirds.com/
Re: Excell Spreadsheet Help
« Reply #2 on: May 17, 2009, 02:26:39 AM »
Anyone know how to get a spread sheet to total numbers from different tabs onto one sheet?

Yeah I am a noob.

Yea, send me what you want and i can show you how.
Oaktree

56th Fighter group

Offline Mustaine

  • Parolee
  • Platinum Member
  • ******
  • Posts: 4139
Re: Excell Spreadsheet Help
« Reply #3 on: May 17, 2009, 03:54:17 AM »
depends on which excel version...

for example in office 07 this would be the function:

=SUM(A1,Sheet2!A1)

when cell A1 on sheet 1 has a number value, and cell A1 on sheet 2 has a number value


in older versions of excel I think it is a bit different, I can't remember honestly.
Genetically engineered in a lab, and raised by wolverines -- ]V[ E G A D E T ]-[
AoM DFC ZLA BMF and a bunch of other acronyms.

Offline Getback

  • Platinum Member
  • ******
  • Posts: 6364
Re: Excell Spreadsheet Help
« Reply #4 on: May 17, 2009, 09:49:45 AM »
Displayed Formulas, Period 3, etc. are the names I gave the worksheets, Hence the apostrophe. I just merely typed an equal sign and then clicked the cells in the worksheets I wanted. Actually just did this to the first individual and dragged down for the rest.

Bob   ='Period 3'!F6+'Period 2'!E6+'Period 1'!D6
Ted   ='Period 3'!F7+'Period 2'!E7+'Period 1'!D7
Sue   ='Period 3'!F8+'Period 2'!E8+'Period 1'!D8
Juan   ='Period 3'!F9+'Period 2'!E9+'Period 1'!D9
Shirley   ='Period 3'!F10+'Period 2'!E10+'Period 1'!D10
Sally   ='Period 3'!F11+'Period 2'!E11+'Period 1'!D11
Killer   ='Period 3'!F12+'Period 2'!E12+'Period 1'!D12
Myman   ='Period 3'!F13+'Period 2'!E13+'Period 1'!D13
   
Total   =SUM(E6:E14)
   
Verify   ='Period 3'!F15+'Period 2'!E15+'Period 1'!D15


Same data with formulas hidden
   Sales Commissions
   
Bob    $275.00
Ted    $495.00
Sue    $256.00
Juan    $257.00
Shirley    $258.00
Sally    $300.00
Killer    $722.00
Myman    $1,755.00
   
Total    $4,318.00
   
Verify    $4,318.00

« Last Edit: May 17, 2009, 09:53:18 AM by Getback »

  Created by MyFitnessPal.com - Free Calorie Counter

Offline Newman5

  • Nickel Member
  • ***
  • Posts: 464
Re: Excell Spreadsheet Help
« Reply #5 on: May 17, 2009, 12:05:59 PM »
Anyone know how to get a spread sheet to total numbers from different tabs onto one sheet?

Yeah I am a noob.

In the cell you want it to appear, type =sum( then click the first tab that contains your first value, and then the cell with the value, then type + and click the second tab with the second value, and then the cell with the value, then type + and click the third tab with the third value....rinse, repeat.  At the end, be sure to put the ) to close the parenthesis.  Also, just an FYI, the first, second, or third tabs in my example could theoretically be the on the same tab in your situation.  It will work either way.
"Hello, Newman."

Offline Forker

  • Copper Member
  • **
  • Posts: 202
Re: Excell Spreadsheet Help
« Reply #6 on: May 17, 2009, 01:10:31 PM »
Here's a very simple version (with formulas shown) of diong what you described



Lord, help me to be the kind of man my dog thinks I am.

Offline fd ski

  • Silver Member
  • ****
  • Posts: 1525
      • http://www.northotwing.com/wing/
Re: Excell Spreadsheet Help
« Reply #7 on: May 17, 2009, 02:16:31 PM »
there is also a nifty subtotals function under data tab. It will do lot of stuff you're trying to get working automatically.

Offline Getback

  • Platinum Member
  • ******
  • Posts: 6364
Re: Excell Spreadsheet Help
« Reply #8 on: May 17, 2009, 02:57:20 PM »
Here's a very simple version (with formulas shown) of diong what you described

(Image removed from quote.)(Image removed from quote.)
(Image removed from quote.)(Image removed from quote.)


Oh, I guess mine just wasn't pretty enough.  :lol :lol

  Created by MyFitnessPal.com - Free Calorie Counter

Offline Fencer51

  • Aces High CM Staff (Retired)
  • Platinum Member
  • ******
  • Posts: 4679
Re: Excell Spreadsheet Help
« Reply #9 on: May 18, 2009, 06:13:00 PM »
Thanks Guys!
Fencer
The names of the irrelevant have been changed to protect their irrelevance.
The names of the innocent and the guilty have not been changed.
As for the innocent, everyone needs to know they are innocent –
As for the guilty… they can suck it.