Add drop down list in cell

MaxxFusion

Board Regular
Joined
Sep 11, 2014
Messages
51
I found instructions on how to do this but I want to take it a step further. I havent been able to find how to do this or not sure what to search for.

In the drop down box after I make a selection I would like that choice to disappear from the drop down. So that way I dont select the same option twice. This would help out greatly when creating the order of my lists.

Is there a way I can do this?
 
On your Team sheet cell B1 change the formula to refer to column D instead of B on the LineUp sheet.


Code:
=IF(COUNTIF(LineUp!$D$9:$D$20,A1)>=1,"",ROW())

Seems to work for me now with that change.

Howard

Should I change all cell in B to use this code? But change A1 to A2 etc.
 
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
I put it in B1 and pulled it down.

So Team sheet cell B11 looks like this, after the pull down.

=IF(COUNTIF(LineUp!$D$9:$D$20,A11)>=1,"",ROW())

Howard
 
Upvote 0
Hi MaxxFusion,

Here is my shot at it. You may have already got you workbook up and running, if so then dump this.

Found you will need to use EH1 and EH2 instead of EH EH, otherwise it wipes both clean when either is used.

I changed the formulas in the mirror line-up matrix (columns P - W) to eliminate the 0's.

Tested some, but you will need to see if it suits.


https://www.dropbox.com/s/8mp68090vl10x61/Drop Down Lineup-Card 7 Innings.xlsm?dl=0

Regards,
Howard
 
Upvote 0
Hi MaxxFusion,

Here is my shot at it. You may have already got you workbook up and running, if so then dump this.

Found you will need to use EH1 and EH2 instead of EH EH, otherwise it wipes both clean when either is used.

I changed the formulas in the mirror line-up matrix (columns P - W) to eliminate the 0's.

Tested some, but you will need to see if it suits.


https://www.dropbox.com/s/8mp68090vl10x61/Drop Down Lineup-Card 7 Innings.xlsm?dl=0

Regards,
Howard

Thats exactly what I wanted. You are awesome.

Thanks so much. It will be so easy using this now.
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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