English 中文(简体)
• 如何用外壳的多个栏目来减少
原标题:How to create dropdown with multiple columns in excel

enter image description here! Hi I am using Excel 2003. I need to add data validation to a column, it should display the two columns in the cell, when user selects, the 1st column value should be displayed in cell.

Ex:

Col1 Col2
IND India
CHI China

栏目——显示选择

Column
IND-India
CHI-China

在选择<代码>后 <代码>中国或CHI将在电池内展示。

是否有可能在Excel开展这一进程。

Thanks in advance for any help... enter image description here

问题回答

(1)

如果在选定后需要一个低落项目来显示不同的所有权,那么你可以有另一个单元作为显示。 例如:

“Dropdown

B3 (求助小组)可以采用如下公式:=LEFT($3,3),或利用INDEX/MATCH来研究关键事项(如您的认证表)。

http://www.ohchr.org。 (数据验证清单)有习惯格式,如<代码>;”“(Change)”或“(Select)”或甚至像“↓”这样的编号,永远不会显示实际选定的清单项目。

也可以通过建立积极的bo子箱控制,通过VBA做到这一点。

(2)

If you need one dropdown list to depend on the selection made in another, you can use dynamic dependent data validation: http://www.myonlinetraininghub.com/excel-factor-19-dynamic-dependent-data-validation

Go to Devloper tab - insert - active control- insert comobobox draw comobox in your excel sheet right click on combobox, open property in listfill range, type range of your column set coloumn count = 2 change the widht of colomn

You can use the dropdown menu for the first column and the VLOOKUP function for the second column.

VLOOKUP 第1栏将根据从其他地方获得的数据填写第二栏。

I ve also found a YouTube tutorial on how to use the function. Here you go: https://www.youtube.com/watch?v=-WAEzokHSJM





相关问题
import of excel in SQL imports NULL lines

I have a stored procedure that imports differently formatted workbooks into a database table, does work on them then drops the table. Here is the populating query. SELECT IDENTITY(INT,1,1) AS ID ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

Excel date to Unix timestamp

Does anyone know how to convert an Excel date to a correct Unix timestamp?

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签