+ Reply to Thread
Results 1 to 6 of 6

Dashboard help - need figures to be linked/imported when making a selection

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Dashboard help - need figures to be linked/imported when making a selection

    Hi guys,

    I am attaching a dashboard with fictional names.

    Can someone please help me with 'importing data' on my tab 'Dashboard' at the bottom where there is interviewer information. If I select an interviewer's name from the left-hand side (list) how can I import their details into the interviewer information? I.e. their name and start date etc? I am looking to pull the data from the 'Interviewer Data' tab.

    Thank you.
    Attached Files Attached Files
    Thanks,

    R.



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

    Re: Dashboard help - need figures to be linked/imported when making a selection

    hi there. for people to understand more easily, input the desired results so that we don't have to second-guess if what we are doing is correct or not. you may look at my signature to upload an eg that is easier to understand.

    i am guessing if you choose "Micah Talia" for eg, you want to retrieve her name, Start Date, etc in Interviewer Data worksheet. type those down manually to show us. Also, this name appeared thrice in the worksheet. So which do you extract?

    first, format cell D46 to General instead of Text

    secondly, ensure field names in D46:D54 ties with the one in Interviewer Data worksheet row 1. for instance:
    either Name or Full Name. don't use both
    Comp or Completes. don't use both

    if you simply want to extract the earliest entry on top, you can use just 1 formula in D46 and copy it down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    if you don't wish to change the names, then do it 1 by 1. This extracts from the 1st column of Interviewer Data worksheet.
    =INDEX('Interviewer Data'!$A:$U,MATCH(INDEX(Lists!$A$4:$A$99,Lists!$A$1,0),'Interviewer Data'!$A:$A,0),1)

    2nd column (Date):
    =INDEX('Interviewer Data'!$A:$U,MATCH(INDEX(Lists!$A$4:$A$99,Lists!$A$1,0),'Interviewer Data'!$A:$A,0),2)

    Dates must be formatted as a date so that you don't see numbers.

    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

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Dashboard help - need figures to be linked/imported when making a selection

    Hi benishiryo

    I have played around with the sheet as per your suggestions, and sorry if i was not clear, but yes if I select a name on the left-handside, list on the dashboard tab, I would like it to return data from the interviewer data tab. How can I get this to be linked (i.e. extract the data). Latest version attached.

    Thank you!
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Dashboard help - need figures to be linked/imported when making a selection

    Try

    in E46

    =INDEX('Interviewer Data'!$A:$V,MATCH(INDEX(Lists!$A$4:$A$118,Lists!$B$2,0),'Interviewer Data'!$A:$A,0),MATCH($D46,'Interviewer Data'!$A$1:$V$1,0))

    Copy down

  5. #5
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Dashboard help - need figures to be linked/imported when making a selection

    Thanks so much John!

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Dashboard help - need figures to be linked/imported when making a selection

    I noticed (on my computer with Excel 2010) that selecting a name from the text box was a "lottery" in that if I selected a name it often highlighted the name above my selection.

    And I could never select the last name in the list!

+ 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. Dashboard with linked images running too slow
    By Jayy2121 in forum Excel General
    Replies: 4
    Last Post: 06-19-2017, 10:28 AM
  2. Embed pictured imported rather than linked them
    By izk630 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2017, 08:08 PM
  3. Dashboard with sparklines, bullet charts and last month's figures
    By avs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-15-2015, 09:11 PM
  4. Need help making excel dashboard available
    By worthm in forum Excel General
    Replies: 5
    Last Post: 10-28-2014, 08:54 AM
  5. Access Database - Refreshing Linked Dashboard
    By Xcelguy in forum Access Tables & Databases
    Replies: 1
    Last Post: 11-16-2013, 07:32 AM
  6. making - figures appear in brackets?
    By beaujolly in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-13-2009, 09:45 AM
  7. Making drop down menus from imported data
    By anakinflair in forum Excel General
    Replies: 7
    Last Post: 12-01-2008, 01:25 PM

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