Results 1 to 4 of 4

Creating a Dashboard with Vlookup (or Match/Index)

Threaded View

  1. #1
    Registered User
    Join Date
    01-08-2013
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    9

    Creating a Dashboard with Vlookup (or Match/Index)

    Hi Everyone.

    I've been searching and can't seem to find a formula that does a vlookup from one sheet to another and replaces the actual (true value) responses with "X", and a blank with a blank (Not "#N/A).

    I've tried this (see dashboard cell: C4:D4), but it gives me the result as the value, not X. And a blank as "0": =IF(A4="","",IF(ISERROR(VLOOKUP(A4,'Completed Skills'!A:C,3,0)),REPT("X",1),VLOOKUP(Dashboard!A4,'Completed Skills'!A:C,3,0)))

    I also tried this (see dashboard cell: C5:D5), but it only gives me "X" as the result =IF(ISERROR(VLOOKUP(A5,'Completed Skills'!A:C,3,0))," ",REPT("X",1))

    The response I'm looking to replace is "Completed" with "X" and blank with blank


    Attached is a workbook with both pages if that helps to clarify.
    Oh, and if this is simpler with match/index, I'm open to exploring that, but i've never used it.

    Oh, and bonus points for if you can populate A4:A23 automatically on the "Dashboard" when we filter column "A" on the "Completed Skills" page


    I know that's a lot, if you have any questions or would like some clarity, please let me know.
    I think we're close, but just not quite there. Any help is much appreciated.
    HHmmmm??

    Thanks everyone!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 05-19-2014, 02:01 PM
  2. Replies: 4
    Last Post: 01-13-2014, 04:16 AM
  3. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  4. [SOLVED] VBA for creating Index-Match every 2 rows where INDEX refer to a different column per row
    By bisaya789 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2012, 03:46 AM
  5. Replies: 2
    Last Post: 03-16-2012, 12:03 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