About 217,000 results
Open links in new tab
  1. Compare two Excel-files in Powershell - Stack Overflow

    Dec 6, 2019 · I need help comparing two Excel files in Powershell. I have an Excel-file which contains 6 000 rows and 4-5 columns with headers: "Number" "Name" "Mobile data".

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

  3. Compare 2 excel files using Python - Stack Overflow

    May 9, 2016 · I have two xlsx files as follows: value1 value2 value3 0.456 3.456 0.4325436 6.24654 0.235435 6.376546 4.26545 4.264543 7.2564523 and value1 value2 value3 0.456 …

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

  5. Compare columns of unequal length for matches and differences

    Oct 11, 2012 · I will explain this in excel terms just so it will probably be clearer. I have an excel sheet with 2 columns. Column A has 69,000 rows. Column B has 49,000 rows. Column A has …

  6. Check if two cells match, but ignore spaces and periods

    Check if two cells match, but ignore spaces and periods Asked 10 years, 1 month ago Modified 3 years, 2 months ago Viewed 22k times

  7. compare - Excel - return "true" if a value exists in both columns ...

    7 I have two columns of data. column A and column B. in the third column (C) I want to type a formula that will return "true" if a data in column B exists anywhere in column A. Just this :) …

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

  9. Compare 2 columns in same excel sheet in pandas - Stack Overflow

    Feb 7, 2022 · In excel sheet i want to compare the 2 columns. The column names like file_1 and file_2. by using these 2 cols want to create the another col like 'diff' by using excel formula …

  10. How to compare two columns in Excel and if match, then copy the …

    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 …