+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Need help to create a summary table

  1. #1
    Registered User
    Join Date
    06-27-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Exclamation Need help to create a summary table

    Hi,
    I have been stuck on this for a whole week. I am looking to create a simple summary table without macros.

    We have a standard input box for each division with headers 2007, 2008 and 2009. Under each year there are two rows of numbers:- first row is for number of employees and second row is for the number of machines.

    What I want to be able to do is create a summary sheet that totals the number of employees and also the number of machines by year.

    The problems is that the data comes in through the year and there might be over 80+ divisions, making it over 80 input boxes. I want to be able to just add new boxes and have them automatically sum without fixing the formula in the summary sheet.

    What i have tried is using the define name function but that doesnt work if I add new input boxes. I have also tried using a macro and getting that to add the same coloured cells. That didnt work.

    Any ideas?
    Last edited by Tidus1224; 06-27-2009 at 04:07 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need help to create a summary table

    An "Input Box"...is that some sort of form control box, or just your term for a new cell with data in it?

    I would design my sheet with unique data in unique columns, if possible. Then simple formulas like =SUM(C:C) would sum column C as I added new rows of data without me having to change anything in that summary cell.

    If this isn't helpful, mockup a sample workbook showing the dilemma and your desired results, point out where the results came from if not obvious in your sample data.

    Then click GO ADVANCED and use the paperclip icon to post up your workbook. We'll have a specific answer is we can see your specific scenario.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    06-27-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Need help to create a summary table

    Thanks for your suggestion.
    Here is a mock up of the summary table i need.

    Summary.xlsx

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need help to create a summary table

    Put this formula in B3 and then copy across and down:

    =SUMIF($A$8:$A$1000, $A3, B$8:B$1000)

    If your Summary table at the top weren't sharing columns with the data we are trying to analyze, SUMIF allows you to use the entire column as references.
    Last edited by JBeaucaire; 06-27-2009 at 04:02 AM.

  5. #5
    Registered User
    Join Date
    06-27-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Need help to create a summary table

    Wow.. You are amazing!

    Thank you JBeaucaire!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1