+ Reply to Thread
Results 1 to 7 of 7

help with identifying columns

  1. #1
    Registered User
    Join Date
    12-17-2020
    Location
    Toronto
    MS-Off Ver
    Office 365
    Posts
    10

    Post help with identifying columns

    Hello Everyone ,

    I have a requirement , I have a sheet A where I have 3 columns

    Sheet A:

    Column A Column B Column c
    Asset 1 Details 1 Sale 1
    Asset 2 Details 2 Sale 2
    Asset 3 Details 3 Sale 3
    Asset 4 Details 4 Sale 4
    Asset 5 Details 5 Sale 5
    Asset 6 Details 6 Sale 6
    Asset 7 Details 7 Sale 7
    Asset 8 Details 8 Sale 8
    Asset 9 Details 9 Sale 9
    Asset 10 Details 10 Sale 10
    Asset 11 Details 11 Sale 11
    Asset 12 Details 12 Sale 12
    Asset 15 Details 15 Sale 15
    Asset 20 Details 20 Sales 20


    I have sheet B where I have 3 columns , but I have only Asset details ( Column A) present in this sheet . Column B and Column C details, I have to fetch it from Sheet A

    Column A Column B Column C
    Asset 15 Details 15 Sale 15
    Asset 20 Details 20 Sale 20

    How Can we fill the Sheet B Column B and C information

    Thanks in Advance ..

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: help with identifying columns

    Welcome to the forum.

    Yes, using VLOOKUP or INDEX MATCH. Attach a workbook - instructions at the top of this page.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    12-17-2020
    Location
    Toronto
    MS-Off Ver
    Office 365
    Posts
    10

    Re: help with identifying columns

    Thank You Ali for the quick response !
    I've attached the sample excel document
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: help with identifying columns

    Try this:

    =VLOOKUP(A2,'Sheet A'!$A$2:$B$19,2,0)

    and this:

    =VLOOKUP(A2,'Sheet A'!$A$2:$C$19,3,0)

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: help with identifying columns

    In B2, copied across and dnown:

    =IF($A2="","",VLOOKUP($A2,'Sheet A'!$A:$C,COLUMNS($A2:B2),FALSE))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Registered User
    Join Date
    12-17-2020
    Location
    Toronto
    MS-Off Ver
    Office 365
    Posts
    10

    Re: help with identifying columns

    Thank you So Much Ali !!
    It worked

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: help with identifying columns

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Identifying Names in Columns
    By Darko_Giac in forum Excel General
    Replies: 2
    Last Post: 11-28-2018, 06:37 PM
  2. Help needed with identifying changes in columns
    By Tingster2012 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 03-21-2017, 12:38 PM
  3. Comparing 2 columns in a row of columns and identifying differences
    By westchr5 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-14-2016, 10:44 AM
  4. Identifying patterns across columns!
    By yellow281 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-29-2012, 12:04 PM
  5. Identifying Duplicates in 2 columns
    By Excel 2007 Newbie 2 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2011, 10:49 PM
  6. identifying duplicates across multiple columns
    By tombrady12 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-15-2010, 05:32 PM
  7. Identifying Duplicates in Columns
    By DamienO in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-30-2006, 02:45 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