Dynamic data validation list to exclude values selected in the previous cell on the same row

UrosV

New Member
Joined
Mar 8, 2009
Messages
3
Hi everyone, this seemed like a simple problem but I'm struggling to see a simple solution. Basically I have a 'Project tracker' spreadsheet that contains two people resource columns. One is titled 'Project Lead' and the other 'Project Support'. The validation list for both of these is based on the same list of names. There can only be one lead, but we can have more than one support. However, the lead cannot be also listed as support for the same project. To keep data unique to row, I added a vba code to allow for more than one entry in the support column separated by a commas. All of the entries are based off of the same data validation list. My problem is for each row to restrict the list to names that are not listed in Lead and also exclude those already selected in Support. But this needs to reset when new entry is made in a new row. See below for the simplified example of what I currently have.
PROJECTLEADSUPPORT
myproject AJoshAdam, Brett
myproject BAdamJosh, Brett, Jack
myproject CJackAdam, Josh
myproject DBrettJosh

<tbody>
</tbody>

<tbody>
</tbody>

Project Resources List
Adam
Brett
Josh
Jack

<tbody>
</tbody>






Almost all solutions I have been able to find, focus on excluding values along a column range. This however requires that the list be 'calculated' from scracth for each row. Any ideas?

Thanks

Uros
 
Last edited:

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,214,638
Messages
6,120,674
Members
448,977
Latest member
moonlight6

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