Home > Common Problem > body text

How to compare two columns of data in Excel to see if they are the same

卡哇伊
Release: 2020-07-18 16:12:23
Original
9524 people have browsed it

Excel method to compare whether two columns of data are the same: First, there are two columns of data, A and B. Prepare to judge whether the two columns of data are consistent and return the comparison result in column C; then set the formula in column C [=if (A1=B1, "√", "×")], the judgment result of the first row is returned in column C; finally, the drop-down formula can be used to complete the pre-target.

How to compare two columns of data in Excel to see if they are the same

1. As shown in the figure, there are two columns of data, A and B. We are going to determine whether the data in these two columns are consistent and return the comparison result in column C;

How to compare two columns of data in Excel to see if they are the same

#2. Set the formula =if(A1=B1,"√","×") in column C, click Enter, and the judgment result of the first row will be returned in Column C;

How to compare two columns of data in Excel to see if they are the same

2.How to compare two columns of data in Excel to see if they are the same

3. Pull down the formula to complete the pre-goal.

How to compare two columns of data in Excel to see if they are the same

More tutorials: "php tutorial"

The above is the detailed content of How to compare two columns of data in Excel to see if they are the same. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!