About 129,000 results
Open links in new tab
  1. excel - If two cells match, return value from third - Stack Overflow

    Oct 15, 2014 · Here's a simple explanation of what I'm having trouble with. Column A: List of 2300 order numbers Column B: Email Address associated with an order number Column C: List of 100 specific …

  2. Excel: match two columns with two other columns - Stack Overflow

    Jun 15, 2015 · 3 in excel, I have four columns. Columns A & B correspond with each other and columns C & D correspond with each other. What i'd like to do is create a formula that takes a value from …

  3. How to align matching values in two columns in Excel, and bring along ...

    Oct 21, 2013 · I want to know how to align values in one column with matching values in another column, as shown in How to align duplicates on the same rows in Excel, but also carry over …

  4. Align multiple columns in excel based on matching values in 2 columns

    Sep 4, 2023 · Move values in column B and C so that matching values in column A and B are in the same row. Values in column B and C should move together by inserting blank cells when there is no …

  5. excel - Match text from two different workbooks, return value from ...

    Match text from two different workbooks, return value from different column Asked 11 years, 2 months ago Modified 7 months ago Viewed 26k times

  6. Comparing two columns, and returning a specific adjacent cell in Excel

    Dec 28, 2015 · This is the reason why you have to swap the two columns before doing anything. Once the exact match is found, it will return the value in the adjacent cell (third argument). This means that, …

  7. excel - Match Two columns in Xcel and Sum the other two - Stack …

    Oct 2, 2023 · if the values of column A and C doesn't match i.e. the values in Column A and C are unique then column E should return the value of column B and column D Raw Data Set Expected …

  8. excel - Match 2 columns in different sheets and copy 3rd column from ...

    Mar 24, 2022 · What I want is an excel native method to match the values in COLUM1 of both sheets and add the corresponding COLUM2 value in a new column in Sheet 1. I looked for IFMATCH and …

  9. excel - How to Use VBA To Look for Match with 2 Columns With …

    Jun 22, 2019 · 0 I am trying to compare the rows in Columns A and B against Columns D and E. To be more specific, the rows in Columns A and B will be copied and pasted into another sheet if it …

  10. Comparing two Strings and display percentage match

    Feb 11, 2024 · 1 Levenshtein distance You can use the Levenshtein distance algorithm to determine the similarity percentage of two texts. The implementation steps in Excel are as follows: 1- In Excel, …