#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default LOOKUP Problem

I need to use a LOOKUP on the output of a previous LOOKUP, which means my
first LOOKUP output needs to be sorted. Since I am creating an application
for use from others, is there a way to autosort the output of a LOOKUP so it
can be "LOOKUP'ed again?"
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default LOOKUP Problem

The VLOOKUP function has an optional Range_Lookup setting that defaults to
TRUE if left blank. When set to TRUE the lookup peforms an approximate
match, which means it looks for the first occurrence of a likely candidate.

Example: VLOOKUP(Value, LookupTable,ColumnIndex,[Range_Lookup])

If you set the Range_Lookup option to FALSE it returns an exact match only.
Setting the optional argument to FALSE will eliminate the need to sort your
lookupd data.

--
Kevin Backmann


"Bliss" wrote:

I need to use a LOOKUP on the output of a previous LOOKUP, which means my
first LOOKUP output needs to be sorted. Since I am creating an application
for use from others, is there a way to autosort the output of a LOOKUP so it
can be "LOOKUP'ed again?"

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default LOOKUP Problem

Have you thought of using INDEX with a MATCH function? For me, the
INDEX-MATCH has replaced the VLOOKUP.

Tim

"Bliss" wrote:

I need to use a LOOKUP on the output of a previous LOOKUP, which means my
first LOOKUP output needs to be sorted. Since I am creating an application
for use from others, is there a way to autosort the output of a LOOKUP so it
can be "LOOKUP'ed again?"

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
Lookup problem murrmeik Excel Worksheet Functions 2 May 13th 08 07:33 PM
Help please with a lookup problem CP Excel Worksheet Functions 5 November 21st 07 11:08 PM
problem with v lookup Elliott Excel Discussion (Misc queries) 3 April 20th 06 12:06 PM
lookup problem rich Excel Worksheet Functions 2 January 27th 06 10:37 AM
Odd problem with LOOKUP no-sweat Excel Discussion (Misc queries) 2 September 1st 05 06:46 PM


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