Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default Wildcard issue for Index/Match Function when searching numbers

Hi All,

Please help with this issue. Been bogged down all morning.

I have to search a value in a list of values and give the corresponding value in the same row in a different cell.

In my Column B, I have 309.5,328.8,-410.5,-80.3,-1.4

In Column A, I have 1228.3,943.7,44.4,301.1,688.7.

The formula needs to search for 410.5 in Column B and subsequently give 44.4 as result.

I tried this formula but doesnt work at all.


=INDEX(A1:B5,MATCH("*"&D1&"*",B1:B5,0),1)

Where D1 is the cell where 410.5 resides and needs to be looked in Column B.


Thanks alot..
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Wildcard issue for Index/Match Function when searching numbers

Hi,

Am Mon, 2 Apr 2012 02:52:14 +0000 schrieb rethish:

In my Column B, I have 309.5,328.8,-410.5,-80.3,-1.4

In Column A, I have 1228.3,943.7,44.4,301.1,688.7.

The formula needs to search for 410.5 in Column B and subsequently give
44.4 as result.


try:
=INDEX(A1:A5,MATCH(D1,ABS(B1:B5),1))
This formula is an array formula to enter with CTRL+SHIFT+ENTER


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
index/match type issue Cerberus Excel Programming 3 August 10th 09 06:38 PM
MATCH & INDEX ISSUE? [email protected] Excel Discussion (Misc queries) 1 March 15th 08 03:13 AM
index match issue StephenAccountant Excel Worksheet Functions 2 December 14th 07 03:49 AM
VLOOKUP/Index&Match data format issue [email protected] Excel Worksheet Functions 3 April 4th 07 07:31 PM


All times are GMT +1. The time now is 03:37 PM.

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"