#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default VLOOKUP or INDEX

What function I can use to have an approximate mach with out sorting the data
in original sheet , is it VLOOKUP or INDEX ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default VLOOKUP or INDEX

Hi,
look into Debra web has lots of samples and explanations

http://www.contextures.com/xlFunctions03.html

if this helps please click yes thanks

"Ragai" wrote:

What function I can use to have an approximate mach with out sorting the data
in original sheet , is it VLOOKUP or INDEX ?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 96
Default VLOOKUP or INDEX

It is not common to try and get "fuzzy matches" on unsorted data. That's
asking for problems.

Sorted data allows VLOOKUP() or LOOKUP() to do fuzzy matches. VLOOKUP()s
last parameter must be set to TRUE for that to occur:

=VLOOKUP(A1, B1:C100, 2, TRUE)

LOOKUP() is by definition a fuzzy match function, sorting is required:

=LOOKUP(A1, B1:B100, C1:C100)

The MATCH() part of an INDEX/MATCH formula can also use the TRUE parameter
to employ fuzzy matches, but only on sorted data.

--
"Actually, I *am* a rocket scientist." -- JB
(www.MadRocketScientist.com)

Your feedback is appreciated, click YES if this post helped you.


"Ragai" wrote:

What function I can use to have an approximate mach with out sorting the data
in original sheet , is it VLOOKUP or INDEX ?

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
vlookup or index ?? eec Excel Discussion (Misc queries) 3 January 30th 09 09:27 AM
help with a vlookup and index d7 Excel Worksheet Functions 2 November 19th 08 12:27 PM
Vlookup vs index Bill Excel Worksheet Functions 2 November 16th 08 04:43 AM
VLOOKUP or maybe INDEX mpenkala Excel Worksheet Functions 2 April 19th 08 05:05 AM
INDEX? VLOOKUP? lloydyleg11 Excel Discussion (Misc queries) 2 November 14th 06 04:35 AM


All times are GMT +1. The time now is 06:50 AM.

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"