#1   Report Post  
Jeanette
 
Posts: n/a
Default VLOOKUP ???

I want to look up value in column c when column l reaches specific criteria.

for example:

when column L changes from 'No" to "Yes" what is the value in column C same
row as the change occurs?
  #2   Report Post  
Per Erik Midtrød
 
Posts: n/a
Default

On Mon, 21 Mar 2005 08:45:04 -0800, "Jeanette"
wrote:

I want to look up value in column c when column l reaches specific criteria.

for example:

when column L changes from 'No" to "Yes" what is the value in column C same
row as the change occurs?


I think you will be better off with a mix of Match and Index, someting
like:
=INDEX(C:C;MATCH("Yes";L:L))

This will return the value in C from the first row i column L that
equals "Yes"

Per Erik

  #3   Report Post  
Jeanette
 
Posts: n/a
Default

Whn I try that formula, it gives the last value row value for "yes" how do I
get it to provide the first row value?

"Per Erik Midtrxd" wrote:

On Mon, 21 Mar 2005 08:45:04 -0800, "Jeanette"
wrote:

I want to look up value in column c when column l reaches specific criteria.

for example:

when column L changes from 'No" to "Yes" what is the value in column C same
row as the change occurs?


I think you will be better off with a mix of Match and Index, someting
like:
=INDEX(C:C;MATCH("Yes";L:L))

This will return the value in C from the first row i column L that
equals "Yes"

Per Erik


  #4   Report Post  
Per Erik Midtrød
 
Posts: n/a
Default

On Mon, 21 Mar 2005 09:19:06 -0800, "Jeanette"
wrote:

Whn I try that formula, it gives the last value row value for "yes" how do I
get it to provide the first row value?


Sorry, guess I didn't test it good enough,
just insert lookup type 0 and I think it does what you need:
INDEX(C:C;MATCH("Yes";L:L;0))

Per Erik


"Per Erik Midtrxd" wrote:

On Mon, 21 Mar 2005 08:45:04 -0800, "Jeanette"
wrote:

I want to look up value in column c when column l reaches specific criteria.

for example:

when column L changes from 'No" to "Yes" what is the value in column C same
row as the change occurs?


I think you will be better off with a mix of Match and Index, someting
like:
=INDEX(C:C;MATCH("Yes";L:L))

This will return the value in C from the first row i column L that
equals "Yes"

Per Erik



  #5   Report Post  
Jeanette
 
Posts: n/a
Default

Thank you so much ~ You are amazing ;-)

"Per Erik Midtrxd" wrote:

On Mon, 21 Mar 2005 09:19:06 -0800, "Jeanette"
wrote:

Whn I try that formula, it gives the last value row value for "yes" how do I
get it to provide the first row value?


Sorry, guess I didn't test it good enough,
just insert lookup type 0 and I think it does what you need:
INDEX(C:C;MATCH("Yes";L:L;0))

Per Erik


"Per Erik Midtrxd" wrote:

On Mon, 21 Mar 2005 08:45:04 -0800, "Jeanette"
wrote:

I want to look up value in column c when column l reaches specific criteria.

for example:

when column L changes from 'No" to "Yes" what is the value in column C same
row as the change occurs?

I think you will be better off with a mix of Match and Index, someting
like:
=INDEX(C:C;MATCH("Yes";L:L))

This will return the value in C from the first row i column L that
equals "Yes"

Per Erik




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
make a vlookup using a variable path Alex St-Pierre Excel Worksheet Functions 1 March 2nd 05 11:54 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM
Vlookup #N/A error due to formatting Patrick_KC Excel Worksheet Functions 4 December 21st 04 07:39 PM
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM


All times are GMT +1. The time now is 09:55 AM.

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"