+ Reply to Thread
Results 1 to 4 of 4

how to automatically insert names in a column for the coroesponding values in other column

Hybrid View

  1. #1
    Registered User
    Join Date
    02-13-2016
    Location
    maharashra
    MS-Off Ver
    excel-2007
    Posts
    18

    Post how to automatically insert names in a column for the coroesponding values in other column

    Hi
    I need a formula design which will automatically fill blank column( marked as yellow) which correspondents to column value data (marked as blue) of sheet 1 and corresponding name of persons in data sheet 2...
    for e.g. in sheet 1 i want result if value of E2 is 655001 in sheet 1, the formula will look for (the result needed at B2) in sheet 2 matching the value of E2 with A1 of sheet 2...and yeilding the result as "bhushan subhashsinh pardeshi" in B2... and for all rest blank column ( marked as yellow).. if value changes in column E of sheet 1 then blank column will get names coroesponding to values in sheet 2
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: how to automatically insert names in a column for the coroesponding values in other co

    Paste into B2 then fill down.

    Formula: copy to clipboard
    =INDEX(Sheet3!B:B,MATCH(E2,Sheet3!A:A,0),0)
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Registered User
    Join Date
    02-13-2016
    Location
    maharashra
    MS-Off Ver
    excel-2007
    Posts
    18

    Re: how to automatically insert names in a column for the coroesponding values in other co

    thanks friend.. thanks a lot

  4. #4
    Registered User
    Join Date
    11-25-2015
    Location
    Dhaka, Bangladesh
    MS-Off Ver
    MS Office 2013
    Posts
    25

    Re: how to automatically insert names in a column for the coroesponding values in other co

    We can also use simple VLOOKUP formula, e.g. =VLOOKUP(E2,Sheet3!A:C,3,0)

+ 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. Delete column and insert column n formula automatically
    By rb27 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-25-2016, 11:29 PM
  2. If column A values don't match insert column else do the following
    By lsantanafkaa in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-14-2014, 10:48 AM
  3. Replies: 1
    Last Post: 07-02-2013, 08:26 PM
  4. [SOLVED] Compare 4 column values then insert a 5th columns value to a blank column/cell value
    By JasonKMcCoy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-27-2012, 06:01 PM
  5. Replies: 1
    Last Post: 08-24-2012, 03:18 PM
  6. If names in one column match another, insert email..
    By xi Slick ix in forum Excel General
    Replies: 2
    Last Post: 03-30-2012, 05:56 PM
  7. Insert missing column names
    By Aleksandar in forum Excel General
    Replies: 1
    Last Post: 11-25-2010, 04:25 AM

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