Jump to content
[[Template core/front/custom/_customHeader is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Excel Question


gbpfan1231
 Share

Recommended Posts

I have an Excel spreadsheet with about 50 tabs. Every tab is the same and has multiple columns. I want a summary sheet that will add up two cells from each of the 50 tabs into my summary sheet. For example:

 

Sheet 1 Subtotal of column A is in Cell A30 = $500

Sheet 1 Subtotal of Column C is in Cell C30 = $200

Sheet 2 Subtotal of column A is in Cell A30 = $700

Sheet 2 Subtotal of Column C is in Cell C30 = $100

and so on..

 

I want my summary sheet to have a column (if it is easier it could go across columns) where it looks like the following:

 

Sheet 1 $700

Sheet2 $800

Sheet3

Sheet4

and so on.

 

Any suggestions??

Link to comment
Share on other sites

In your example, you'd write the following in the cell where you want the totals:

 

=SUM(sheet1!A30 + C30)

 

then the next total cell would be the same, except with the name of sheet 2. You can actually just go in and click on the cells from different sheets and the correct format will show up, but I have a similar spread sheet here at work, and that's what mine looks like, and it works fine.

 

Good luck.

Link to comment
Share on other sites

In your example, you'd write the following in the cell where you want the totals:

 

=SUM(sheet1!A30 + C30)

 

then the next total cell would be the same, except with the name of sheet 2. You can actually just go in and click on the cells from different sheets and the correct format will show up, but I have a similar spread sheet here at work, and that's what mine looks like, and it works fine.

 

Good luck.

I get what you are saying but when I copy the formula down 50 rows the formula would keep the Sheet1 and I would have to go into each of the 50 formulas and change the name of sheet1 to sheet2 and then sheet3 and so on. The names of these tabs are also not standard.

Link to comment
Share on other sites

I get what you are saying but when I copy the formula down 50 rows the formula would keep the Sheet1 and I would have to go into each of the 50 formulas and change the name of sheet1 to sheet2 and then sheet3 and so on. The names of these tabs are also not standard.

Your problem is starting to make my brain hurt. I had to do this once many years ago, but can't quite remember the trick; so I'll do the next best thing: click the following link for the best Excel message board I've found. No offense, but most of us here are neophytes compared to these experts:

 

Mr. Excel.com

 

good luck...

Link to comment
Share on other sites

I get what you are saying but when I copy the formula down 50 rows the formula would keep the Sheet1 and I would have to go into each of the 50 formulas and change the name of sheet1 to sheet2 and then sheet3 and so on. The names of these tabs are also not standard.

 

I have found over the years that the simple manual labor of changing 50 cells is usually more time efficient than trying to figure out how not to manually change the 50 cells ... especially if you never do and then end up changing them manually anyway!

Link to comment
Share on other sites

You could try naming your tabs so it would be alot easier to reference them in the formulas that you are trying to build. Are you familiar with how to name the tabs as well as your cells on the tabs you are tabulate?

 

I am pretty good with Excel and could help you out if I saw what you are trying to build and the what you are trying to accomplish.

 

I could send you a PM if you are interested.

Link to comment
Share on other sites

You could try naming your tabs so it would be alot easier to reference them in the formulas that you are trying to build. Are you familiar with how to name the tabs as well as your cells on the tabs you are tabulate?

 

I am pretty good with Excel and could help you out if I saw what you are trying to build and the what you are trying to accomplish.

 

I could send you a PM if you are interested.

I do know how to name them and consider myself an excel guru. I already did the maual work but there has to be a function or a formula that would have saved me 15-20 minutes. The main reason I am still digging is that I can see this scenario coming up again.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information