About 322,000 results
Open links in new tab
  1. Using Excel VLOOKUP () function across two sheets

    Jun 6, 2016 · I have two sheets in an Excel workbook and want to use the VLOOKUP() function to search a table in Sheet2 and return the result to Sheet1. How might I do this? The data looks …

  2. VBA vlookup reference in different sheet - Stack Overflow

    Dec 23, 2013 · Still in Sheet 2, I want to output the result of my vlookup formula into column 5. The vlookup formula needs to refer to Sheet 1 where the reference columns are.

  3. VLOOKUP won't let me select cells in another sheet

    Apr 13, 2017 · Re: VLOOKUP won't let me select cells in another sheet Ok I have uploaded two files I think. The table I am tring to use VLOOKUP to get information TO is called …

  4. How do I compare two sheets in excel and if there is a match copy …

    Apr 25, 2024 · I am having trouble getting the PO Number to search and match between the sheets and then apply the comment from the matching PO num to sheet 1. Please Help!! I …

  5. Vlookup across two worksheets return yes or no - Stack Overflow

    Sep 27, 2017 · I'm trying to compare values across two sheets, Sheet1 column F and Sheet2 column F. I would like to return a 'Yes' if the values match and a 'No' if they don't in Sheet 2 …

  6. excel - VBA Vlookup across multiple sheets - Stack Overflow

    May 26, 2015 · So I have two lists, each one in a different sheet. I'm checking that values in Sheet B are also in Sheet A. I'm using VLookup for this, the problem seems to be with the range …

  7. Find the differences between 2 Excel worksheets?

    Sep 30, 2009 · 13 Excel has this built in if you have an excel version with the Inquire add-in. This link from office webpage describes the process of enabling the add-in, if it isn't activated, and …

  8. Find Partial Matching data across two sheets - Stack Overflow

    Jun 8, 2015 · You should probably separate the "name" column into two separate columns. Then use a VLOOKUP that will search the split last name column - you can optionally use the fuzzy …

  9. Highlight Rows in Sheet1 that match values in Sheet2

    Nov 4, 2016 · There are 2 ways to do this. The first one works only with the ranges in one sheet whereas the second one lets you work across sheets. Assuming you can copy and paste both …

  10. excel - Using VBA Vlookup to work between two sheets and fill a …

    Sep 7, 2017 · Using VBA Vlookup to work between two sheets and fill a whole column Asked 8 years, 1 month ago Modified 8 years, 1 month ago Viewed 10k times