Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default VLOOKUP functionality

How can I get results from an unsorted database in Excel similar to the way
VLOOKUP works in a sorted database
--
Many Thanks,
CK
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP functionality

So, does that mean if an exact match isn't found you want the closest match
that is less than the lookup value? Are you looking up numbers?

--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
How can I get results from an unsorted database in Excel similar to the
way
VLOOKUP works in a sorted database
--
Many Thanks,
CK



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default VLOOKUP functionality

Biff, Thanks for the reply...No not looking up numbers - looking up
alphanumericals to return aplhanumericals from a different column. The Look
Up criteria should be an exact match.
--
Many Thanks,
CK


"T. Valko" wrote:

So, does that mean if an exact match isn't found you want the closest match
that is less than the lookup value? Are you looking up numbers?

--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
How can I get results from an unsorted database in Excel similar to the
way
VLOOKUP works in a sorted database
--
Many Thanks,
CK




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP functionality

Ok, you can use VLOOKUP for that. Just set the 4th argument to either 0 or
FALSE. That means you want an exact match and the data does not need to be
sorted.

=VLOOKUP(A1,D:E,2,0)
=VLOOKUP(A1,D:E,2,FALSE)


--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
Biff, Thanks for the reply...No not looking up numbers - looking up
alphanumericals to return aplhanumericals from a different column. The
Look
Up criteria should be an exact match.
--
Many Thanks,
CK


"T. Valko" wrote:

So, does that mean if an exact match isn't found you want the closest
match
that is less than the lookup value? Are you looking up numbers?

--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
How can I get results from an unsorted database in Excel similar to the
way
VLOOKUP works in a sorted database
--
Many Thanks,
CK






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default VLOOKUP functionality

Biff,

Many thanks for your quick and perfect solution.
--
CK


"T. Valko" wrote:

Ok, you can use VLOOKUP for that. Just set the 4th argument to either 0 or
FALSE. That means you want an exact match and the data does not need to be
sorted.

=VLOOKUP(A1,D:E,2,0)
=VLOOKUP(A1,D:E,2,FALSE)


--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
Biff, Thanks for the reply...No not looking up numbers - looking up
alphanumericals to return aplhanumericals from a different column. The
Look
Up criteria should be an exact match.
--
Many Thanks,
CK


"T. Valko" wrote:

So, does that mean if an exact match isn't found you want the closest
match
that is less than the lookup value? Are you looking up numbers?

--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
How can I get results from an unsorted database in Excel similar to the
way
VLOOKUP works in a sorted database
--
Many Thanks,
CK








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP functionality

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
Biff,

Many thanks for your quick and perfect solution.
--
CK


"T. Valko" wrote:

Ok, you can use VLOOKUP for that. Just set the 4th argument to either 0
or
FALSE. That means you want an exact match and the data does not need to
be
sorted.

=VLOOKUP(A1,D:E,2,0)
=VLOOKUP(A1,D:E,2,FALSE)


--
Biff
Microsoft Excel MVP


"Crimson King" wrote in message
...
Biff, Thanks for the reply...No not looking up numbers - looking up
alphanumericals to return aplhanumericals from a different column. The
Look
Up criteria should be an exact match.
--
Many Thanks,
CK


"T. Valko" wrote:

So, does that mean if an exact match isn't found you want the closest
match
that is less than the lookup value? Are you looking up numbers?

--
Biff
Microsoft Excel MVP


"Crimson King" wrote in
message
...
How can I get results from an unsorted database in Excel similar to
the
way
VLOOKUP works in a sorted database
--
Many Thanks,
CK








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
Is it bug or functionality? Surinder Singh Excel Discussion (Misc queries) 6 February 9th 09 01:28 PM
Odd functionality Amber Excel Worksheet Functions 4 July 10th 07 10:12 PM
Go to functionality [email protected] Excel Worksheet Functions 0 November 7th 06 10:08 PM
Need help with functionality more complex than VLOOKUP offers cswale Excel Worksheet Functions 1 January 27th 06 09:49 AM
VLOOKUP with PRODUCT functionality? J New Users to Excel 2 November 9th 05 06:46 AM


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