Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gef Gef is offline
external usenet poster
 
Posts: 2
Default returning values from an unsorted list.

In Office 2000, I have 4 sheets - week 1 to 4. I want to search a particular
column for specific text and return a value from the column to the left of
the text.

Any ideas?

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default returning values from an unsorted list.

=index('week 1'!g:g,match("somevalue",'week 1'!z:z,0))

Debra Dalgleish has some nice instructions:
http://contextures.com/xlFunctions03.html


Gef wrote:

In Office 2000, I have 4 sheets - week 1 to 4. I want to search a particular
column for specific text and return a value from the column to the left of
the text.

Any ideas?

Thanks in advance.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gef Gef is offline
external usenet poster
 
Posts: 2
Default returning values from an unsorted list.

If the column I want to search is I2:I300 and the cell I want returned is in
H2:H300, where would I insert them in the formula. I've tried I2:I300 as g:g
and H2:H300 as z:z, and vice versa with no success... Help!!!

"Dave Peterson" wrote:

=index('week 1'!g:g,match("somevalue",'week 1'!z:z,0))

Debra Dalgleish has some nice instructions:
http://contextures.com/xlFunctions03.html


Gef wrote:

In Office 2000, I have 4 sheets - week 1 to 4. I want to search a particular
column for specific text and return a value from the column to the left of
the text.

Any ideas?

Thanks in advance.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default returning values from an unsorted list.

Whats the name of the worksheet that holds the ranges?
What's the address of the cell that contains the value that you want to match?
Is the cell with the formula on a different different worksheet than either of
these?

Assuming that the table (h2:I300) is on sheet2 and the cell with the value is A1
of sheet1 and the cell with the formula is also on Sheet1:

=index(sheet2!h2:h300,match(a1,sheet2!i2:i300,0))

If this doesn't help, take a look at Debra's site. She has lots of info there.

Gef wrote:

If the column I want to search is I2:I300 and the cell I want returned is in
H2:H300, where would I insert them in the formula. I've tried I2:I300 as g:g
and H2:H300 as z:z, and vice versa with no success... Help!!!

"Dave Peterson" wrote:

=index('week 1'!g:g,match("somevalue",'week 1'!z:z,0))

Debra Dalgleish has some nice instructions:
http://contextures.com/xlFunctions03.html


Gef wrote:

In Office 2000, I have 4 sheets - week 1 to 4. I want to search a particular
column for specific text and return a value from the column to the left of
the text.

Any ideas?

Thanks in advance.


--

Dave Peterson


--

Dave Peterson
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
Returning multiple values from a list Tones Excel Discussion (Misc queries) 2 August 8th 07 04:50 PM
Returning looking up all values in a list Ted Metro Excel Worksheet Functions 1 January 29th 07 09:12 PM
Returning multiple corresponding values using lookup in a list Wk Excel Discussion (Misc queries) 2 January 25th 06 10:56 PM
Returning list values bruner Excel Worksheet Functions 5 August 11th 05 09:32 PM
Matching unsorted lookup values chrisrowe_cr Excel Worksheet Functions 4 July 25th 05 04:57 AM


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