+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    03-11-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Formulae for multi spreadsheets

    Help please.

    I have approx 60 spreadsheet that are summaries of invoices. They detail the product code, description price and quantity.
    I would like to know if there is a formula that I can use to give a total of each product code that appear in the invoices, so I end up with a total order, quantity and price for each item.

    Thanks

  2. #2
    Forum Guru rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Formulae for multi spreadsheets

    60 is alot, but if there is some consistent naming for all TABS like Sheet1, Sheet2, etc. then it is possible with an SUM Indirection function. You'll find many examples in the forum like =SUM(N(N(INDIRECT("Sheet"&ROW(1:60)&"!C2"))))

    If you TAB naming is not consistent then I would suggest VBA (User defined function)
    Last edited by rwgrietveld; 03-11-2010 at 04:30 AM.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Registered User
    Join Date
    03-11-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Formulae for multi spreadsheets

    Thanks Ricardo,

    The sheets are not actual tabs , but separate worksheets and the number of cells is not consistent - ie on some sheets they will have orderedthat item and not on others.
    Do you still recommend your sloution based on this ?

    Thanks again

  4. #4
    Forum Guru rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Formulae for multi spreadsheets

    No, Then I would suggest you go towards VBA.

    Please note that a Sheet is the same a TAB. The TABs are located at the bottum to go to another Sheet.

    In VBA I need to know what you are looking for on all sheets, so please tell us the criteria or upload a wb with a few Sheets.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

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.2.0