lists

tuggers

Board Regular
Joined
Nov 10, 2005
Messages
145
Is it possible to create a drop down list with the data of more than one column?
For instance if i have one column that contains player names and one that contains player price can i combine the two in a drop down list or do i have to put all the info in one column.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
You could concat the two lists and then create the validation list.

Colin.
 
Upvote 0
Assuming Col A is names and Col B is Price and the columns have titles. in Col C paste this formula;
=A2&" "&B2
Copy the formula down to the end of the list. Highlight the list in Col C and then Insert|Name|Define and give your list a name, say 'Players'
Then,choose a cell (say D1) and Data|Validation and choose 'list' from the 'Allow' drop list. In the Source box type, =Players

HTH
Colin.
 
Upvote 0
one other thing,

how do i get the information chosen from the drop down list to be posted to another page?
 
Upvote 0
If you want to put the data in a specific cell, paste the code below into that specific cell.
=Sheet1!D1

Colin.
 
Upvote 0
I understand the above will post the information to another sheet, but when the original data is changed, so will the new sheets.
I require that once all the required data has been selected the information can then be recorded on another sheet and no longer be altered by changes made to the original, maybe by pressing a confirmation button? to confirm all selections have been made
 
Upvote 0

Forum statistics

Threads
1,206,946
Messages
6,075,792
Members
446,158
Latest member
octagonalowl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top