+ Reply to Thread
Results 1 to 5 of 5

how to add data from another sheet -vlookup

  1. #1
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    how to add data from another sheet -vlookup

    I need to append some data from another sheet using vlookup. kinldy help in solving the issue.see the attached file.thanks in advance

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: how to add data from another sheet -vlookup

    From your file...
    I want the data from sheet named VOLT to be appended to col D of this sheet.
    What data do you want returned?

    Im really not sure what you are tring to accomplish with the MATCH part of your formula, that argument is supposed to be the column number?
    =VLOOKUP(A2,VOLT!$B$3:$E$8,MATCH(VOLT!B$3,VOLT!$B$2:$E$2,0),0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how to add data from another sheet -vlookup

    This ?

    =IFERROR(VLOOKUP($A2,VOLT!$B$3:$E$8,COLUMNS($A1:A1),0),"")
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  4. #4
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    Re: how to add data from another sheet -vlookup

    Quote Originally Posted by JohnTopley View Post
    This ?

    =IFERROR(VLOOKUP($A2,VOLT!$B$3:$E$8,COLUMNS($A1:A1),0),"")
    thanks for the help.it works fine.

  5. #5
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    Re: how to add data from another sheet -vlookup

    Quote Originally Posted by FDibbins View Post
    From your file...


    What data do you want returned?

    Im really not sure what you are tring to accomplish with the MATCH part of your formula, that argument is supposed to be the column number?
    =VLOOKUP(A2,VOLT!$B$3:$E$8,MATCH(VOLT!B$3,VOLT!$B$2:$E$2,0),0)
    thanks for giving time to my issue.

+ 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. [SOLVED] Delete sheet 2 with VLookup references and keeping the data in sheet 1
    By MaartenRo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-19-2021, 06:17 AM
  2. [SOLVED] Vlookup Data From 1 sheet to another
    By emperorgenghiskhan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2019, 04:00 PM
  3. Replies: 6
    Last Post: 11-25-2013, 12:13 PM
  4. Vlookup to filter data from 2 sheet and compile to one sheet??
    By Superslinky in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-18-2013, 07:21 PM
  5. Replies: 0
    Last Post: 11-30-2012, 08:06 AM
  6. Linking data from sheet to sheet and VLOOKUP?
    By Christopherdj in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-08-2011, 11:50 AM
  7. [SOLVED] VBA and use vlookup from one sheet to copy data from another sheet
    By sverre in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-09-2006, 09:24 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