About 446,000 results
Open links in new tab
  1. Find the ROW number in excel with multiple matching criteria

    10 I need to be able to find the row number of the row where matching criteria from A1 is equal or greater than values in column C and lesser or equal than values in column D I can use INDEX and …

  2. excel if cell contains then matching value then copy adjacent cell

    Sep 25, 2017 · I am looking for a simple IF statement that will allow me to compare two columns, and if they match, to copy the value from a third column into a new cell. EG: Columns 1 and 3 contain …

  3. Excel - compare two columns, if match subtract values of other two ...

    Feb 7, 2016 · I'm trying to compare two columns for identical values in cells. Not all of them match. For those that match, i.e. cell in col B1 matches a cell in col D2, I would like to subtract A1-C2. A and B c...

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

    Dec 28, 2015 · Explanation: VLOOKUP will first find the value of A2 in the range B2 to C4 (second argument). NOTE: VLOOKUP always searches the first column in this range. This is the reason why …

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

    Aug 22, 2023 · -2 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 cell in the …

  6. How to find non matching records from two columns while accounting …

    How to find non matching records from two columns while accounting for duplicate values in Excel Asked 5 years, 6 months ago Modified 2 years, 9 months ago Viewed 5k times

  7. If two cells match, return value from third - Stack Overflow

    Oct 15, 2014 · If two cells match, return value from third Asked 11 years, 2 months ago Modified 6 years, 10 months ago Viewed 634k times

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

    Jun 22, 2019 · To be more specific, the rows in Columns A and B will be copied and pasted into another sheet if it matches any of the rows in Columns D and E. I have tried combining MATCH, INDEX, …

  9. How to compare two columns in Excel and if match, then copy the cell ...

    Sep 7, 2016 · If match, then Copy the cell in Column H that is matched through Columns D and G to Columns E Is there a way to do this with a formula? Summary Column E is empty at the start, I want …

  10. excel - How do you use XLOOKUP to find matching values in two …

    Aug 28, 2023 · I have 3 columns, Column A has 1030 rows of data while columns B and C have 492, I want to find all the cells that are the same in columns A and B and if they do match then get the …