Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Formula Help with Lists

I need to be able to pull a list from series of data without sorting or
filtering...
Example:
A1 B1
Jim Boy
Ann Girl
John Boy
Tina Girl

Then if I Type "Boy" in cell A6,
I can use =index(A1,match(A6,B1:B4,0)) to get "Jim" in A7 but how can I get
John in A8?

The actual list is much more complicated but I hope that this gives an idea
of what I need to do.

Thanks for the help!

Jim
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Formula Help with Lists

Not sure of the logic you are looking for..
Is this it:?
You want a user to type "boy" and be offered the available list of boys?
User selects from list and ends "transaction"????

"TN.Jim" wrote:

I need to be able to pull a list from series of data without sorting or
filtering...
Example:
A1 B1
Jim Boy
Ann Girl
John Boy
Tina Girl

Then if I Type "Boy" in cell A6,
I can use =index(A1,match(A6,B1:B4,0)) to get "Jim" in A7 but how can I get
John in A8?

The actual list is much more complicated but I hope that this gives an idea
of what I need to do.

Thanks for the help!

Jim

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Formula Help with Lists

I am not sure what you are asking...
I want the user to type "Boy" and have a list of boys displayed in the
following rows

"Vacation's Over" wrote:

Not sure of the logic you are looking for..
Is this it:?
You want a user to type "boy" and be offered the available list of boys?
User selects from list and ends "transaction"????

"TN.Jim" wrote:

I need to be able to pull a list from series of data without sorting or
filtering...
Example:
A1 B1
Jim Boy
Ann Girl
John Boy
Tina Girl

Then if I Type "Boy" in cell A6,
I can use =index(A1,match(A6,B1:B4,0)) to get "Jim" in A7 but how can I get
John in A8?

The actual list is much more complicated but I hope that this gives an idea
of what I need to do.

Thanks for the help!

Jim

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default Formula Help with Lists

I want the user to type "Boy" and have a list of boys displayed in the
following rows



Have you thought about using the Auto-Filter?

Seems perfect for it.
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
Conditional Formula w/Lists ncjelj Excel Worksheet Functions 2 November 11th 09 04:52 AM
help with formula and lists leon barnes New Users to Excel 2 February 20th 09 06:34 AM
Formula Help with Lists TN.Jim Excel Worksheet Functions 5 May 4th 07 09:22 AM
Array Formula? Lists? FB Excel Worksheet Functions 2 August 14th 05 01:24 AM
Referencing lists in a nested IF formula JTinAtlanta Excel Worksheet Functions 1 July 30th 05 12:00 AM


All times are GMT +1. The time now is 07:05 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"