PC Review


Reply
Thread Tools Rate Thread

add items to listbox

 
 
=?Utf-8?B?QmFoYQ==?=
Guest
Posts: n/a
 
      7th Nov 2006
Hi,
I have a list of name on A1:A70. I assigned 30 random names from that list
to C1:C20 array.But I want to add remaining 40 names to a list box to see
what are the names not yet assigned. Any help will be greatly appreciated.
Thanks in advance
--
Regards,
Baha
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SkxhdGhhbQ==?=
Guest
Posts: n/a
 
      24th Nov 2006
Long time with no reply to what appears to be a relatively easy solution:

In B1 (or another unused cell on row 1) put this formula:
=IF(ISNA(MATCH(A1,C$1:C$20,0)),"Unused","")

and fill the formula down to B70. The unused names will be indicated.

"Baha" wrote:

> Hi,
> I have a list of name on A1:A70. I assigned 30 random names from that list
> to C1:C20 array.But I want to add remaining 40 names to a list box to see
> what are the names not yet assigned. Any help will be greatly appreciated.
> Thanks in advance
> --
> Regards,
> Baha

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy ListBox items to anoher listbox Tomas Microsoft ASP .NET 1 12th Aug 2008 09:22 AM
unable to retrieve listbox items on postback , items moved usingjavascript between 2 list boxes (source and target ) divya Microsoft ASP .NET 1 28th May 2008 06:27 AM
Returning selected items in a listbox into another listbox DShikotra Webmaster / Programming 0 8th Jan 2008 02:25 PM
Listbox move multiple selected items to second listbox K B Microsoft ASP .NET 2 8th Jan 2007 11:16 AM
Moving items up and down in a sorted ListBox and keeping track ofthe items positions Lorenz Kahl Microsoft ADO .NET 0 10th Sep 2004 10:31 AM


Features
 

Advertising
 

Newsgroups
 


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