A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

looking for a lookup function



 
 
Thread Tools Display Modes
  #1  
Old October 26th, 2006, 10:55 PM posted to microsoft.public.excel.worksheet.functions
Zak
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  
Old October 26th, 2006, 11:25 PM posted to microsoft.public.excel.worksheet.functions
Domenic
external usenet poster
 
Posts: 219
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  
Old October 27th, 2006, 12:09 AM posted to microsoft.public.excel.worksheet.functions
Zak
external usenet poster
 
Posts: 42
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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:40 AM.


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