+ Reply to Thread
Results 1 to 2 of 2

Auto Population-- using pivot table

  1. #1
    Forum Contributor
    Join Date
    01-24-2013
    Location
    NY,NY
    MS-Off Ver
    MS 365
    Posts
    250

    Auto Population-- using pivot table

    Is there a way to auto populate a field (cells) when you click on a drop down list item?

    Please see sample.

    Thank you,
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Auto Population-- using pivot table

    Try these:

    I4 =IFERROR(INDEX(Table1[Oil changes per year],MATCH(J4,Table1[Vin'# ],0)),"")
    J4 =IFERROR(INDEX(Table1[Vin'# ],SMALL(IF(Table1[Oil changes per year]=I$2,ROW(Table1[Oil changes per year])-(ROW(B$3)-1)),ROWS(A$1:A1))),"") Ctrl Shift Enter
    K4 =IFERROR(INDEX(Table1[[Customer Name ]],MATCH(J4,Table1[Vin'# ],0)),"")

    Drag the formulas down as far as needed.

+ 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. Replies: 9
    Last Post: 12-22-2014, 09:15 PM
  2. excel auto population
    By LNICK in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-09-2014, 04:06 PM
  3. import data from access table to excel pivot table - Enable Auto Refresh
    By okl in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 02-01-2010, 09:38 AM
  4. Auto Population
    By JustinZ in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 10-26-2009, 09:29 AM
  5. Help :-( - Auto Population
    By Stacey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-09-2006, 11:45 AM
  6. Conditional Auto-Population?
    By trigger in forum Excel General
    Replies: 0
    Last Post: 01-12-2006, 12:04 PM
  7. Conditional Auto-Population
    By Woozy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-11-2006, 03:30 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