search
HomeSoftware TutorialOffice SoftwareHow to set up secondary drop-down menu in Excel

How to set up secondary drop-down menu in Excel

How to set up a secondary drop-down menu in excel

First, we need to view the original data, which is located in a worksheet. The first line contains the names of provinces and cities, and the following lines contain the names of places and districts under the corresponding provinces and cities. Our goal is to create a linked secondary drop-down menu in columns A and B of another worksheet.

First, select all the data in the original table (including blank cells), and press F5 or Ctrl G to bring up the positioning dialog box. Select [Target Criteria] in the lower left corner.

3. Select [Constant] and click the [OK] button. In this way, all non-empty cells are selected.

4. Select [Data]-[Validity]-[Create based on selected content] in the functional area.

5. Since the title is on the first line, select [First Line] as the name, and then click the [OK] button.

6. After the operation is completed, you can see the defined name in the name manager.

7. Select the name of the province and city in the first row (also locate the non-blank cell), enter the two words "province and city" in the name box, and then press Enter, thus defining a "province and city" The name.

8. Select cell A2 on the operation interface and select [Data]-[Data Validity].

9. Select [Sequence], enter: =Province and City in [Source], and then click the [OK] button.

10. In this way, a drop-down menu of province and city information is generated in cell A2.

11. In the same way, select cell B2, set data validity, and enter the formula: =INDIRECT($A$2).

12. After the setting is completed, when "Hebei" is selected in cell A2, the drop-down menu of B2 returns the information of "Hebei"; when "Beijing" is selected in cell A2, the drop-down menu of B2 returns the information of "Beijing".

Can I use vb language to realize the content grading of excel drop-down menu?

The following is the method for making two-level classification drop-down menu items. The method for making three-level and above is the same.

We often have to enter the name of the company into the form. In order to maintain the consistency of the name, we use the "data validity" function to build a category drop-down list fill-in item.

1. In Sheet2, enter the company name into columns A, B, and C by category (such as "industrial enterprise", "commercial enterprise", "individual enterprise", etc.) to establish a company name database.

2. Select column A (the column where the name of "Industrial Enterprise" is located), enter the characters of "Industrial Enterprise" in the "Name" column, and press the "Enter" key to confirm.

Imitate the above operation and name columns B, C... as "Commercial Enterprise" and "Individual Enterprise" respectively...

3. Switch to Sheet1, select the column (such as column C) where the "Enterprise Category" needs to be entered, execute the "Data → Validity" command, and open the "Data Validity" dialog box. In the "Settings" tab, click the drop-down button to the right of "Allow", select the "Sequence" option, and in the "Source" box below, enter "Industrial Enterprise", "Commercial Enterprise", "Individual Enterprise"... ...sequence (separate each element with commas), confirm exit.

The above is the detailed content of How to set up secondary drop-down menu in Excel. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
Excel CONCATENATE function to combine strings, cells, columnsExcel CONCATENATE function to combine strings, cells, columnsApr 30, 2025 am 10:23 AM

This article explores various methods for combining text strings, numbers, and dates in Excel using the CONCATENATE function and the "&" operator. We'll cover formulas for joining individual cells, columns, and ranges, offering solutio

Merge and combine cells in Excel without losing dataMerge and combine cells in Excel without losing dataApr 30, 2025 am 09:43 AM

This tutorial explores various methods for efficiently merging cells in Excel, focusing on techniques to retain data when combining cells in Excel 365, 2021, 2019, 2016, 2013, 2010, and earlier versions. Often, Excel users need to consolidate two or

Excel: Compare two columns for matches and differencesExcel: Compare two columns for matches and differencesApr 30, 2025 am 09:22 AM

This tutorial explores various methods for comparing two or more columns in Excel to identify matches and differences. We'll cover row-by-row comparisons, comparing multiple columns for row matches, finding matches and differences across lists, high

Rounding in Excel: ROUND, ROUNDUP, ROUNDDOWN, FLOOR, CEILING functionsRounding in Excel: ROUND, ROUNDUP, ROUNDDOWN, FLOOR, CEILING functionsApr 30, 2025 am 09:18 AM

This tutorial explores Excel's rounding functions: ROUND, ROUNDUP, ROUNDDOWN, FLOOR, CEILING, MROUND, and others. It demonstrates how to round decimal numbers to integers or a specific number of decimal places, extract fractional parts, round to the

Consolidate in Excel: Merge multiple sheets into oneConsolidate in Excel: Merge multiple sheets into oneApr 29, 2025 am 10:04 AM

This tutorial explores various methods for combining Excel sheets, catering to different needs: consolidating data, merging sheets via data copying, or merging spreadsheets based on key columns. Many Excel users face the challenge of merging multipl

Calculate moving average in Excel: formulas and chartsCalculate moving average in Excel: formulas and chartsApr 29, 2025 am 09:47 AM

This tutorial shows you how to quickly calculate simple moving averages in Excel, using functions to determine moving averages over the last N days, weeks, months, or years, and how to add a moving average trendline to your charts. Previous articles

How to calculate average in Excel: formula examplesHow to calculate average in Excel: formula examplesApr 29, 2025 am 09:38 AM

This tutorial demonstrates various methods for calculating averages in Excel, including formula-based and formula-free approaches, with options for rounding results. Microsoft Excel offers several functions for averaging numerical data, and this gui

How to calculate weighted average in Excel (SUM and SUMPRODUCT formulas)How to calculate weighted average in Excel (SUM and SUMPRODUCT formulas)Apr 29, 2025 am 09:32 AM

This tutorial shows you two simple ways to calculate weighted averages in Excel: using the SUM or SUMPRODUCT function. Previous articles covered basic Excel averaging functions. But what if some values are more important than others, impacting the f

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.