Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Zak Zak is offline
external usenet poster
 
Posts: 1
Default looking for a lookup function

I am trying to find a function that looks for a value in a list and then
return the value 2 cells below in the same colum of a list. What function can
I use in order to do that ?

Thanks

Zak


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default looking for a lookup function

Try...

=INDEX(A2:A100,MATCH(B2,A2:A100,0)+2)

....where B2 contains the lookup value.

Hope this helps!

In article ,
Zak <Zak @discussions.microsoft.com wrote:

I am trying to find a function that looks for a value in a list and then
return the value 2 cells below in the same colum of a list. What function can
I use in order to do that ?

Thanks

Zak


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Zak Zak is offline
external usenet poster
 
Posts: 144
Default looking for a lookup function

Thanks, it did work.

Zak

"Domenic" wrote:

Try...

=INDEX(A2:A100,MATCH(B2,A2:A100,0)+2)

....where B2 contains the lookup value.

Hope this helps!

In article ,
Zak <Zak @discussions.microsoft.com wrote:

I am trying to find a function that looks for a value in a list and then
return the value 2 cells below in the same colum of a list. What function can
I use in order to do that ?

Thanks

Zak



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
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
Lookup Function help marlea Excel Discussion (Misc queries) 2 August 23rd 05 07:30 PM
Lookup Function Problems FFW Excel Worksheet Functions 2 August 21st 05 04:22 PM
lookup function 1 Colboyfx Excel Worksheet Functions 4 July 15th 05 09:15 AM
How do I use 3 cells to create the string for a lookup function? Bencomo Excel Worksheet Functions 1 May 15th 05 07:17 AM


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