+ Reply to Thread
Results 1 to 11 of 11

Table without using Pivot

  1. #1
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Table without using Pivot

    Hi all,

    I am trying to create a template/table that shows volume by month (across the x axis), by ROPM (on the y axis), that can be filtered by BU (i.e. I'd like to be able to pick a BU from the dropdown and the data should automatically adjust on the table). Also, I am trying to accomplish this WITHOUT pivot tables, only formulas and drop down.

    Thanks,

    Michael
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Table without using Pivot

    Please show the expected output also for better understanding


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Table without using Pivot

    Here is the output I am looking for. I created this one in a Pivot table, however. I am looking for a way to create this table with formulas and drop-down. See attached.
    Thanks
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Table without using Pivot

    I've attached the output I am looking for in the thread below, only I did it with a Pivot.
    Thanks

  5. #5
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Table without using Pivot

    See if this table gives you a start.

    Note
    With 2007 and above you can use SUMIFS() rather than SUMPRODUCT()
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  6. #6
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Table without using Pivot

    Thanks Marcol! Great table. I'll be working on getting the BU drop down/data validation incorporated

  7. #7
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Table without using Pivot

    Marcol, comparing your table results with the Pivot table I attached above, some numbers differ, especially in the later months. Do you have an idea?

  8. #8
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Table without using Pivot

    hi malibusurf, fix some cells in Marcol's file & it'll be fine. for B2, use:
    =IF($A2="","",IF(B$1="","",SUMPRODUCT((Sheet1!$C$2:$C$12000=$A2)*(Sheet1!$G$2:$G$12000=B$1)*Sheet1!$H$2:$H$12000)))

    copy down & across. your BU dropdown might be slightly complicated if you're thinking of putting multiple values like the pivot can.

    Edit: i think Excel 2011 has SUMIFS? if so, try:
    =IF($A2="","",IF(B$1="","",SUMIFS(Sheet1!$H$2:$H$12000,Sheet1!$C$2:$C$12000,$A2,Sheet1!$G$2:$G$12000,B$1)))

    and if i were to put a dropdown in Z1, then you could try this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by benishiryo; 03-09-2013 at 08:52 AM. Reason: additional info

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  9. #9
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Table without using Pivot

    Thanks for the catch Ben, that was just carelessness on my behalf ...

    SUMIFS() can be used from 2007 onwards, again, thanks for the formula. I only have 2003 just now, hence SUMPRODUCT().

    @ malibusurf
    With over 10,000 rows at present, I would be tempted to introduce Dynamic Named Ranges, to ensure calculations are kept to an absolute minimum as your data grows.

  10. #10
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Table without using Pivot

    Hey Benishiryo and Marcol,
    Thanks for your help. The formula works great and I got my table together. However, I am still struggling with the dynamic data range data validation and avoiding duplicate BUs in the drop down selection. Do you have any more suggestions?

  11. #11
    Registered User
    Join Date
    03-09-2013
    Location
    USA
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Table without using Pivot

    I got the drop down working with:

    =IF(ROWS(A$6:A6)>$D$32,"",INDEX(BU,SMALL(IF(FREQUENCY(IF(BU<>"",MATCH(BU,BU&"",0)),ROW(BU)-ROW(Data!$B$2)+1),ROW(BU)-ROW(Data!$B$2)+1),ROWS(A$6:A6)))),

    where BU =Data!$B$2:INDEX(Data!$B$2:$B$12000,COUNTA(Data!$B$2:$B$12000))

    BUT, I am working on connecting the various data results to each BU.

    Thanks for your help guys

+ 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