Home > Topics > excel > body text

How to avoid duplication checking of data in tables

醉折花枝作酒筹
Release: 2021-05-27 10:01:53
Original
7403 people have browsed it

Method: First select the specified cell, click "Data" - "Data Validation" - at the top of the page; then select the "Settings" tab in the new window that pops up; then select the "Allow" drop-down list Select "Custom"; finally enter "=countif (data range, cell)=1" in the "Formula" drop-down list.

How to avoid duplication checking of data in tables

The operating environment of this tutorial: Windows 7 system, Microsoft Office Excel 2016 version, Dell G3 computer.

The following takes Excel2016 as an example to open the Excel form that needs to input data information.

You can click the left mouse button to select the cells that need to be set to avoid data duplication, or you can move the cursor over a column and click to select all, then click [Data] in the option bar and select [ Select [Data Validation] from the drop-down menu.

How to avoid duplication checking of data in tables

Start setting up in the pop-up [Data Verification] window, select the [Custom] option, and enter the formula [=countif(a:a,a1)=1] Just click OK. Function explanation: The "COUNTIF function" indicates that the number of cells matching A1 in the statistical area of ​​column A is 1.

How to avoid duplication checking of data in tables

If you enter any repeated value in the set cell, a warning window will pop up.

How to avoid duplication checking of data in tables

Related learning recommendations: excel tutorial

The above is the detailed content of How to avoid duplication checking of data in tables. 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!