+ Reply to Thread
Results 1 to 8 of 8

Aggregating data without a pivot?

  1. #1
    Registered User
    Join Date
    03-14-2008
    Posts
    45

    Aggregating data without a pivot?

    I am trying to create a formula that will aggregate different levels of data without using a pivot table.

    For example, i would like for my formula to return the summarized sales of Region 1. I don't want to use the sum formula because I might want to summarize by common division, such as Telecom. To do this I would at least need an input cell to define the level of detail

    Region Division Sales
    Region 1 Telecom 4291
    Region 1 Devices 1032
    Region 2 Telecom 2054
    Region 2 Devices 3952


    ive tried using different combinations of IF, VLOOKUP, and SUM statements, but nothing is working yet.

    Any ideas would be greatly appreciated!
    Last edited by arthurbr; 10-22-2008 at 03:39 PM.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    try the sumproduct function like =sumproduct((a1:a4="region 1")*(b1:b4="telecom")*c1:c4)
    Adapt the ranges to your need but they all must have the same length ( ranges like b:b are not accepted)

  3. #3
    Registered User
    Join Date
    03-14-2008
    Posts
    45
    awesome, thanks a lot!!

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Glad to help. Don't forget to indicate your thread as solved !

  5. #5
    Registered User
    Join Date
    03-14-2008
    Posts
    45
    how do i show it as solved?

  6. #6
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Go to Quick Reply select Go advanced - Scroll up to your title and changethe prefix - Thx for asking

  7. #7
    Registered User
    Join Date
    03-14-2008
    Posts
    45

    SOLVED - Aggregating data without a pivot?

    thanks...........

  8. #8
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    adr150 thx , that is not quite waht I meant.. I'll do it for you - It should be changed in the original post ;-)

+ 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