About 286,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. How can I remove non-matching values in two different columns and …

    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 the …

  5. 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 …

  6. 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

  7. 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, …

  8. 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 it …

  9. 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 …

  10. excel - Matching two columns in one sheet to two columns in another ...

    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 be in F2:F5. …