+ Reply to Thread
Results 1 to 5 of 5

Need FORMULA to display two list from two different columns based on mapped values

  1. #1
    Registered User
    Join Date
    03-14-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    3

    Need FORMULA to display two list from two different columns based on mapped values

    Hi,

    I have two columns of data in excel. There is no common values between these two columns. Few values in column1 is mapped manually with values in column2. Now i need to display both columns with mapped and non mapped values. I attached a sample sheet with this.

    Thanks

    Regards,
    Kannan S
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Need FORMULA to display two list from two different columns based on mapped values

    In M18 Cell - Array Formula - Requires CTRL+SHIFT+ENTER


    =IFERROR(INDEX($D$8:$D$17,MATCH(0,COUNTIF($M$8:M17,$D$8:$D$17),0)),"")


    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.


    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    03-14-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    3

    Re: Need FORMULA to display two list from two different columns based on mapped values

    Thanks for your quick reply. I tried the formula u provided. But it didn't work for me.

    I actually want a formula from field M8. Because aim is to display list 2 from the beginning if mapping is available, if not display the rest of the values.

    If you have a formula for that, that would be great.

    Thanks

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Need FORMULA to display two list from two different columns based on mapped values

    Quote Originally Posted by kannan selvaraj View Post
    I actually want a formula from field M8
    In M8 Cell - Array Formula - Requires CTRL+SHIFT+ENTER

    =IF(L8<>"",VLOOKUP(A8,$G$8:$H$17,2,FALSE),IFERROR(INDEX($D$8:$D$17,MATCH(0,COUNTIF($M$7:$M7,$D$8:$D$17),0)),""))

    Drag it down...

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-14-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    3

    Re: Need FORMULA to display two list from two different columns based on mapped values

    Wow. You are awesome. Thanks a lot for your help. It perfectly works for me.

+ 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: 3
    Last Post: 06-10-2019, 01:38 PM
  2. Replies: 2
    Last Post: 10-25-2013, 07:01 PM
  3. Replies: 3
    Last Post: 02-06-2012, 04:55 PM
  4. Replies: 7
    Last Post: 09-21-2011, 01:52 AM
  5. Display Values based on 2 separate List Menus
    By brianv in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-16-2005, 07: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