Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a list of aproved/not members


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


--
loopoo
------------------------------------------------------------------------
loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792
View this thread: http://www.excelforum.com/showthread...hreadid=486824

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Creating a list of aproved/not members

Can you make second list with the excluded values. This would be the
easiest to use as your source.

--
Regards,
Tom Ogilvy


"loopoo" wrote in
message ...

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


--
loopoo
------------------------------------------------------------------------
loopoo's Profile:

http://www.excelforum.com/member.php...o&userid=28792
View this thread: http://www.excelforum.com/showthread...hreadid=486824



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a list of aproved/not members


Yes , that's possible....but how to mix that???

Sorry, but I'm not so experienced in Excel.

Thanks a lot for your help,
Chris


--
loopoo
------------------------------------------------------------------------
loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792
View this thread: http://www.excelforum.com/showthread...hreadid=486824

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a list of aproved/not members


So now, my problem is that I have 2 lists: one with allowed values,
another with not allowed values (these values can also be found in the
fitrst list) ??

How can I select in a cell only the values that aren't in the second
list??

Thanks in advance for any help,
Chris


--
loopoo
------------------------------------------------------------------------
loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792
View this thread: http://www.excelforum.com/showthread...hreadid=486824

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Creating a list of aproved/not members

If you have an acceptable values list, just use that as the source for data
validation.

If you want to allow anything but what is in the not allowed list, then you
could use a custom formula that does a lookup on the not allowed list.
Something like:

=iserror(match(cell with validation,2nd list,0))

--
Regards,
Tom Ogilvy

"loopoo" wrote in
message ...

So now, my problem is that I have 2 lists: one with allowed values,
another with not allowed values (these values can also be found in the
fitrst list) ??

How can I select in a cell only the values that aren't in the second
list??

Thanks in advance for any help,
Chris


--
loopoo
------------------------------------------------------------------------
loopoo's Profile:

http://www.excelforum.com/member.php...o&userid=28792
View this thread: http://www.excelforum.com/showthread...hreadid=486824





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a list of aproved/not members


Thanks a lot,

The second version is what I needed.

Chris


--
loopoo
------------------------------------------------------------------------
loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792
View this thread: http://www.excelforum.com/showthread...hreadid=486824

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a List based on your choice from Another List Cristi Excel Discussion (Misc queries) 1 August 14th 06 06:00 PM
Adding a List of Members to a shared workspace Ezra Excel Discussion (Misc queries) 0 April 13th 06 06:27 PM
Scrolling through Auto List members list Hari Prasadh Excel Programming 3 January 30th 05 05:27 AM
List members in Dimension (Pivot table field) Rickard Excel Programming 2 October 13th 03 01:52 PM
Problem with auto list members in VBA Blegos Excel Programming 2 September 8th 03 09:38 PM


All times are GMT +1. The time now is 11:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"