Creating a list of aproved/not members

loopoo

New Member
Joined
Nov 10, 2005
Messages
43
Hello all!

I need some help on the following issue:

I have a named ranged defined in a worksheet.
I want members from several cells in other worksheet from the same workbook to be able to recieve values from that list in the range, with 2 exceptions : empty cell or a string "rejected" per example - which shouldn't be allowed values.
I'm using data validation, but I don't know how to make this happen or if it's possible with this function.

Thanks in advance,
Chris
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
A bit more info - and a sample of your data, using Colo's HTMLMaker at the bottom of the page - would help.
 
Upvote 0
Thanks for your help...but this should be on production and not all the users can install an add-in just for that.

Maybe there's a easier way to do that, I hope.


Thanks in advance for any help
 
Upvote 0
loopoo said:
Thanks for your help...but this should be on production and not all the users can install an add-in just for that.

Maybe there's a easier way to do that, I hope.


Thanks in advance for any help

No, I meant use the add-in to upload a screenshot of your data so we can better see your layout; or describe it in more detail, giving ranges/rows/columns/etc
 
Upvote 0
Sorry for this missunderstanding.

So, in fact I have 2 lists : the first is with all the possible members, and the second one is with members(this members are also in the first list) not allowed to be selected in the current cell.

So, what I need, is to be able to make a selection from the members in the first list, but only those that aren't present in the second list (with members that should be rejected)

Thanks for your help,
Chris
 
Upvote 0
Book1
ABCDEFGH
1All MembersNot Allowed
2AladinJonBrian
3BrianJuanData Validation, via List
4Juan=ISNUMBER(MATCH(C1,AM,0))*ISNA(VLOOKUP(C1,NA,1,0))
5Smitty
6Jon
7Kristy
8
9named range: AM
10named range: NA
11
Sheet1


You might use something like the above.

Create 2 named ranges from your 2 lists - they can be on any sheet.

Then use data validation in your input cell as shown above.

It should restrict entry to those names in the 1st list that are not present in the 2nd.
 
Upvote 0
Hi again Jon!

I tried your solution but there seems to be a small problem: when I type the formula in the validation field, after selecting list, Excel gives me the following error:
"The List Source must be a delimited list, or a reference to a single column"

Does anyone have any idea on how to skip this error??

Thanks a lot,
Chris
 
Upvote 0
loopoo said:
Hi again Jon!

I tried your solution but there seems to be a small problem: when I type the formula in the validation field, after selecting list, Excel gives me the following error:
"The List Source must be a delimited list, or a reference to a single column"

Does anyone have any idea on how to skip this error??

Thanks a lot,
Chris

How did you define the 2 named ranges, and exactly what did you enter in the Source box for DV?
 
Upvote 0

Forum statistics

Threads
1,207,097
Messages
6,076,556
Members
446,213
Latest member
bettigb

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