Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Lookup help needed

For example I got this simple table:
___________one___two___three
Name 1______X___________X_
Name 2______X_____X_______
Name 3____________X_______
Name 4______X___________X_
Name 5______X_____X_______
Name 6__________________X_
Name 7______X_____________
Name 8______X_____X_____X_
Name 9____________X_______

How do I tell formula to return all the names from col A:A if the column
€śthree€ť has €śX€ť in name row?
Thank you
Guntars

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Lookup help needed

First, be patient

Second, use AutoFilter on column three



"Guntars" wrote:

For example I got this simple table:
___________one___two___three
Name 1______X___________X_
Name 2______X_____X_______
Name 3____________X_______
Name 4______X___________X_
Name 5______X_____X_______
Name 6__________________X_
Name 7______X_____________
Name 8______X_____X_____X_
Name 9____________X_______

How do I tell formula to return all the names from col A:A if the column
€śthree€ť has €śX€ť in name row?
Thank you
Guntars

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Lookup help needed

Didnt mean to duplicate the question, got the €śservice unavailable€ť error
message, and didnt know that message actually got posted.
The result I need to return in different work book, filtering wouldnt work.


"Teethless mama" wrote:

First, be patient

Second, use AutoFilter on column three



"Guntars" wrote:

For example I got this simple table:
___________one___two___three
Name 1______X___________X_
Name 2______X_____X_______
Name 3____________X_______
Name 4______X___________X_
Name 5______X_____X_______
Name 6__________________X_
Name 7______X_____________
Name 8______X_____X_____X_
Name 9____________X_______

How do I tell formula to return all the names from col A:A if the column
€śthree€ť has €śX€ť in name row?
Thank you
Guntars

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Lookup help needed

For XL-2007:

=IFERROR(INDEX(Name,SMALL(IF(three="x",ROW(INDIREC T("1:"&ROWS(Name)))),ROWS($1:1))),"")

ctrl+shift+enter, not just enter, copy down


All versions:

=IF(ISERR(SMALL(IF(three="x",ROW(INDIRECT("1:"&ROW S(Name)))),ROWS($1:1))),"",INDEX(Name,SMALL(IF(thr ee="x",ROW(INDIRECT("1:"&ROWS(Name)))),ROWS($1:1)) ))

ctrl+shift+enter, not just enter, copy down



"Guntars" wrote:

For example I got this simple table:
___________one___two___three
Name 1______X___________X_
Name 2______X_____X_______
Name 3____________X_______
Name 4______X___________X_
Name 5______X_____X_______
Name 6__________________X_
Name 7______X_____________
Name 8______X_____X_____X_
Name 9____________X_______

How do I tell formula to return all the names from col A:A if the column
€śthree€ť has €śX€ť in name row?
Thank you
Guntars

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
Lookup help needed Guntars Excel Worksheet Functions 2 May 23rd 09 05:39 PM
Lookup help needed Guntars Excel Worksheet Functions 1 May 22nd 09 07:08 AM
Lookup value needed Deepak Excel Discussion (Misc queries) 3 July 6th 08 03:30 AM
Lookup help needed atran Excel Worksheet Functions 1 June 22nd 05 09:24 PM
Vertical lookup help needed Have three columns R,S,T Excel Worksheet Functions 1 December 11th 04 11:11 AM


All times are GMT +1. The time now is 03:40 PM.

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

About Us

"It's about Microsoft Excel"