+ Reply to Thread
Results 1 to 6 of 6

Need to pull Data out of Pivot Table into specific cells

  1. #1
    Forum Contributor
    Join Date
    01-06-2015
    Location
    Huntsville, AL
    MS-Off Ver
    Office 365
    Posts
    185

    Need to pull Data out of Pivot Table into specific cells

    I have attached an example. I have (3) worksheets inside of my workbook. I have created the Pivot Table from the Data. What I would love to do is pull the data out of the Pivot Table and make fill it into the "To Print" tab. Can someone tell me how I can do this, or maybe another method? Is there a way to make the Pivot Table always keep the same layout and just fill in the data if it exist? If I could always make it show Bob First and the George second and also show Apples, Bananas, Grapes, and Oranges even if there wasn't any data that fit that criteria, then I know I could do what I need to. By the way, this is just an example. Thanks a ton for any and all help.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Need to pull Data out of Pivot Table into specific cells

    Hi Chris,

    You can use COUNTIFS to accomplish what you are looking for.

    See attached file.

    Hope this is helpful.

    Cheers
    Attached Files Attached Files

  3. #3
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,309

    Re: Need to pull Data out of Pivot Table into specific cells

    In E5 enter:
    =IFERROR(GETPIVOTDATA("Qty",'Pivot Table'!$B$2,"Type",$C5,"Seller",E$4),"")
    and then copy/fill to E5:F8.

  4. #4
    Valued Forum Contributor
    Join Date
    05-11-2013
    Location
    Wales
    MS-Off Ver
    Excel 2010
    Posts
    586

    Re: Need to pull Data out of Pivot Table into specific cells

    Hi Chris,

    I have had a quick look at your post and would comment as follows.
    The "quantities" shown on your "To Print" sheet are based on a "Count of Qty" in your pivot table not a "Sum of Qty".
    You need to change the "Values" in your pivot table to "Sum of Qty".
    (Unfortunately, because of this, Southward's solution is based on the wrong information)

    Regards

    peterrc

  5. #5
    Valued Forum Contributor
    Join Date
    05-11-2013
    Location
    Wales
    MS-Off Ver
    Excel 2010
    Posts
    586

    Re: Need to pull Data out of Pivot Table into specific cells

    Hi Chris,

    I've had another look and have attached a "solution" using "SUMIFS" and is based on the following:-
    1. It's not based on a pivot table
    2. I've changed the "Data" range to a Table
    3. I've used "Named Ranges" (i.e. columns) to simplfy the "SUMIFS" formula, entered in cell J5 (copied across and down to to K8).

    Please let me know if this works for you.

    Regards

    peterrc
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    01-06-2015
    Location
    Huntsville, AL
    MS-Off Ver
    Office 365
    Posts
    185

    Re: Need to pull Data out of Pivot Table into specific cells

    Thankyou all for your responses, I'll look into all of these. I have been out of the loop for a few days. Thanks again

+ 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. How do I pull pivot table data from one sheet to another?
    By danbroome in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-10-2016, 07:39 PM
  2. [SOLVED] VBA to pull back a Name if value of the data is > 0 in the pivot table
    By martystoked in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-21-2013, 05:12 PM
  3. Replies: 9
    Last Post: 03-19-2012, 02:36 PM
  4. VBA Trying to pull specific Word table cells into specific Excel cells
    By ez08mbba in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2012, 01:11 PM
  5. Access to Pivot Cashe and pull specific data only
    By karinos57 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-13-2009, 06:14 PM
  6. [SOLVED] Pull Pivot Table Data
    By Dave in forum Excel General
    Replies: 0
    Last Post: 05-23-2006, 10:15 AM
  7. [SOLVED] Pull pivot table data
    By Dave in forum Excel General
    Replies: 1
    Last Post: 05-19-2006, 08:10 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