+ Reply to Thread
Results 1 to 3 of 3

Matching certain index values to dates in a separate table

Hybrid View

  1. #1
    Registered User
    Join Date
    07-11-2012
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2011
    Posts
    8

    Matching certain index values to dates in a separate table

    Hi!

    Unfortunately I have encountered a problem which I do not manage to solve and I have started to despair.

    The thing is that I have got a table (table 1) with several costumers, visiting my facilitation on different dates. In table 2 I have got an index value for some of these dates. What I want to do is to add the index value (if it exists) from table 2 to a column to the right of the date each costumer visits my facilitation in table 1.
    For a visualisation of the concept, please see the attachment.




    I would very much appreciate any help on the issue.








    Best regards,
    Mathias
    Attached Files Attached Files
    Last edited by DrD; 07-11-2012 at 05:56 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Matching certain index values to dates in a separate table

    Use

    =IFERROR(VLOOKUP(A1,'Table 2'!A:B,2,FALSE),"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-11-2012
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2011
    Posts
    8

    Re: Matching certain index values to dates in a separate table

    Thank you very much!

    This was very helpful and in fact exactly what I was looking for.




    Best regards,
    Mathias

+ 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