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

    Oct 15, 2014 · The current formula almost works, but instead of returning the email address where A matched C, it returns the email address from the same row. …

  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 …

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

    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. excel - Matching two columns in one sheet to two columns in …

    Mar 24, 2015 · You're looking for a match on A1 (the Identifier) and B1 (the Date), then you're searching for (in the order you just put) the Identifier to be in the range E2:E5, and the Date to …

  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, 3 months ago Modified 8 months ago Viewed 26k times

  6. excel - How to match values in two columns? - Stack Overflow

    Aug 22, 2023 · I have two columns with IDs and I want to sort those two columns so the matching IDs appear next to each other, and if an ID exists only in one columns, then it leaves a blank …

  7. How can I remove non-matching values in two different columns …

    Mar 5, 2015 · 0 I have several columns of data in my Excel spreadsheet. Originally, I had two different spreadsheets, as they were generated from reports in a software application. One of …

  8. Comparing two columns, and returning a specific adjacent cell in …

    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 …

  9. Align multiple columns in excel based on matching values in 2 …

    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 …

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

    Jun 22, 2019 · 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 …