+ Reply to Thread
Results 1 to 4 of 4

How do I link a cell outside a pivot table to one inside the table

  1. #1
    GPGTDRVR
    Guest

    How do I link a cell outside a pivot table to one inside the table

    I have a pivot table that users enter data outside the table that is
    associated to data inside the table i.e. due dates are entered by users for
    part numbers inside the table. The table needs to auto re-fresh and needs to
    be sortable by data inside the table so when this is done I lose the
    association to the data outside the table.

  2. #2
    MarkM
    Guest

    RE: How do I link a cell outside a pivot table to one inside the table

    I have been working on something similar to this using combo boxes. This
    should work.
    You can create a macro to accomplish this using the following code:
    ActiveSheet.PivotTables("PivotTable1").PivotFields("salesperson
    name").CurrentPage = ActiveSheet.Range("G3").Value

    When a user types a salesperson name into cell G3, or which ever you
    specify, they can run the macro to update the pivot table. You can create a
    button for them to click and assign the macro to that to make it easier on
    the users.

    Hope this helps


    "GPGTDRVR" wrote:

    > I have a pivot table that users enter data outside the table that is
    > associated to data inside the table i.e. due dates are entered by users for
    > part numbers inside the table. The table needs to auto re-fresh and needs to
    > be sortable by data inside the table so when this is done I lose the
    > association to the data outside the table.


  3. #3
    MarkM
    Guest

    RE: How do I link a cell outside a pivot table to one inside the table

    Sorry, I replied to the wrong post. But after reading your message you might
    be able to apply this logic to your problem as well.

    "GPGTDRVR" wrote:

    > I have a pivot table that users enter data outside the table that is
    > associated to data inside the table i.e. due dates are entered by users for
    > part numbers inside the table. The table needs to auto re-fresh and needs to
    > be sortable by data inside the table so when this is done I lose the
    > association to the data outside the table.


  4. #4
    Debra Dalgleish
    Guest

    Re: How do I link a cell outside a pivot table to one inside thetable

    You can use the GetPivotData function to extract data from a pivot
    table. There are instructions in Excel's Help, and here:

    http://www.contextures.com/xlPivot06.html

    GPGTDRVR wrote:
    > I have a pivot table that users enter data outside the table that is
    > associated to data inside the table i.e. due dates are entered by users for
    > part numbers inside the table. The table needs to auto re-fresh and needs to
    > be sortable by data inside the table so when this is done I lose the
    > association to the data outside the table.



    --
    Debra Dalgleish
    Contextures
    http://www.contextures.com/tiptech.html


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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