+ Reply to Thread
Results 1 to 2 of 2

Summarizing Scattered Data

  1. #1
    Registered User
    Join Date
    09-17-2017
    Location
    Chittagong, Bangladesh
    MS-Off Ver
    MS Office Enterprise 2007
    Posts
    1

    Summarizing Scattered Data

    I have a worksheet filled with invoices... I want to summarize the data in another worksheet. I can do it manually for one party, but as i have to do it again for many parties with different data, it will be toilsome for me.

    I have attached the worksheet with invoices and the worksheet with the summary. I have summarized the invoices manually. I want a formula or something so that I can summarize the data of other parties automatically when I copy the summary sheet's links and paste it on other parties' excel file, so that it will automatically deduce the summary from the invoices of the relevant party.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: Summarizing Scattered Data

    Use this arrayformula,and variants of it:

    =IFERROR(INDEX(Details!$C:$C,SMALL(IF(Details!$B$8:$B$500="Invoice No. ",ROW(Details!$B$8:$B$500)),ROWS(A$11:A11))),"")

    This one is in A11.

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...

    Each differently shaded area in your sheet is a different formula.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bring scattered data to correct columns
    By vadaniels in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-22-2020, 10:32 PM
  2. [SOLVED] vba code to adjust scattered data in their respective columns
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-05-2017, 10:11 AM
  3. [SOLVED] Graph from scattered data
    By gmasterrr in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 06-30-2014, 03:51 AM
  4. Data Shuffling (with a Condition) in Scattered Cells (Selection)
    By quanom in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-18-2014, 03:51 PM
  5. Bilinear interpolation of scattered data points
    By Sebi in forum Excel General
    Replies: 15
    Last Post: 09-19-2012, 01:05 AM
  6. Replies: 1
    Last Post: 05-26-2012, 05:37 PM
  7. [SOLVED] time scale-x with scattered data-y
    By searching for answer in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-20-2005, 05:05 PM

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