#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
via135
 
Posts: n/a
Default lookup/left


hi!

i am having data in A1:C5.
can i findout the value in COL "A" or COL "B"
corresponding to my lookup value in COL "C"-?

hlp pl!?

-via135


--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=538287

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default lookup/left

For unsorted data...

=INDEX(ReturnRange,MATCH(Value,MatchRange,0))

For example:

=INDEX(A:A,MATCH(E2,C:C,0))

where E2 houses a value you want to look up.

via135 wrote:
hi!

i am having data in A1:C5.
can i findout the value in COL "A" or COL "B"
corresponding to my lookup value in COL "C"-?

hlp pl!?

-via135


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default lookup/left

Hi!

To return the value from column A:

=INDEX(A1:A5,MATCH(lookup_value,C1:C5,0))

To return the value from column B:

=INDEX(B1:B5,MATCH(lookup_value,C1:C5,0))

Or, index both columns A and B and use a cell to hold the column_number
argument:

H1 = 1 or 2

=INDEX(A1:B5,MATCH(lookup_value,C1:C5,0),H1)

Biff

"via135" wrote in
message ...

hi!

i am having data in A1:C5.
can i findout the value in COL "A" or COL "B"
corresponding to my lookup value in COL "C"-?

hlp pl!?

-via135


--
via135
------------------------------------------------------------------------
via135's Profile:
http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=538287



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
via135
 
Posts: n/a
Default lookup/left


thks..Aladin & Biff..!!!

-via135


--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=538287

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



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