Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Smiley
 
Posts: n/a
Default A lookup with a difference

Hi all,

I am wondering what the best method would be to create a lookup. I have
this column of data (Column A) with Sub-Committees and different people
that belong to these Sub-Comms. The Name range is defined as
"Sub-Committees"

I want to be able to type in a name and the result should be:

1. Person does exist; and
2. They belong to x,y,z Sub-Committee(s) - plural if they are in more
than one Sub-Committee.

or

1. Person not in current list;
2. Choose which Sub-Committee(s) they need to be added; and
2. Add their name.

Any and all help is very much appreciated.

Shiraz.

  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default A lookup with a difference

If the person does not exist and it doesn't come up in your defined
range, you will get the result of #N/A. You can use the iserror
function and use an if statement to have the result toggle to "Person
not in current list."

  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default A lookup with a difference

In addition to your list of sub-committees, you will need a list of
people. I would suggest that both of these are treated as tables, the
second column of each will be the number - the number of members in the
committee table and the number of committees served on in the people
table. Subsequent columns would refer to membership - for the committee
table these would point to the people who serve on the committee and
for the people table these would point to the committee(s) on which
they sit.

You can then think about the routines necessary to maintain this
structure - Add a new Committee (and its membership), Add a new Person
(and the committee(s) served on), Delete a Committee (and references
within the People table), Delete a Person (and references within the
Committee table), Committee membership Report, Report of People with
their membership etc.

This would involve some VBA programming, rather than simple Excel
lookup functions.

Pete

  #4   Report Post  
Posted to microsoft.public.excel.misc
rsenn
 
Posts: n/a
Default A lookup with a difference


Oh, I think it can be done.

Check the simple file at this link and see if that is what you can
build on.

http://www.anywhereenterprises.com:8...AApQZOAApQZApz


--
rsenn
------------------------------------------------------------------------
rsenn's Profile: http://www.excelforum.com/member.php...o&userid=29050
View this thread: http://www.excelforum.com/showthread...hreadid=492910

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
Another way to lookup data David Vollmer Excel Worksheet Functions 1 September 23rd 05 05:16 AM
Lookup Vector > Lookup Value Alec Kolundzic Excel Worksheet Functions 6 June 10th 05 02:14 PM
if logical test true, then hlookup, if false then difference betwe VictoriaG Excel Worksheet Functions 0 June 7th 05 08:53 PM
Lookup function w/Text and Year Josh O. Excel Worksheet Functions 1 February 12th 05 11:27 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 05:28 AM.

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"