Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pam1288
 
Posts: n/a
Default Function to find only exact matches in spreadsheets?

Is there a function similar to VLOOKUP, that will only find exact matches
between spreadsheets?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default Function to find only exact matches in spreadsheets?

VLOOKUP accepts an optional fourth argument. Without it, you get a 'range
lookup.' If you supply FALSE as the fourth argument, vlookup looks for an
exact match: =vlookup(value, table, column#, FALSE).

"Pam1288" wrote:

Is there a function similar to VLOOKUP, that will only find exact matches
between spreadsheets?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pam1288
 
Posts: n/a
Default Function to find only exact matches in spreadsheets?

Thanks, for you help. I'm still having a problem with this function. It
might be clearer if I define my problem more because I dont understand how to
structure the argument properly.

I have two spreadsheets that contain information on a series of item
numbers, however, both sheets do not contain all items. The item number is
in the first column of both spreadsheets. What I want the function to do is
search spreadsheet A, for the item number listed in the first column of
spreadsheet B, if it finds a match I want it to return the value of the 5th
column in Sheet A to a field in spreadsheet B.
"bpeltzer" wrote:

VLOOKUP accepts an optional fourth argument. Without it, you get a 'range
lookup.' If you supply FALSE as the fourth argument, vlookup looks for an
exact match: =vlookup(value, table, column#, FALSE).

"Pam1288" wrote:

Is there a function similar to VLOOKUP, that will only find exact matches
between spreadsheets?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default Function to find only exact matches in spreadsheets?

You didn't say where you want the data returned. For the purposes of the
example, let's suppose the item number of interest is in SheetB cell A2, and
you want the data from SheetA returned to cell B2. Then in B2:
=vlookup(A2,'Sheet A'!$A$1:$E$4000,5,false) (replace the 4000 with the final
row of your data in sheet A, or just use $A:$E to search the entire column).
--Bruce

"Pam1288" wrote:

Thanks, for you help. I'm still having a problem with this function. It
might be clearer if I define my problem more because I dont understand how to
structure the argument properly.

I have two spreadsheets that contain information on a series of item
numbers, however, both sheets do not contain all items. The item number is
in the first column of both spreadsheets. What I want the function to do is
search spreadsheet A, for the item number listed in the first column of
spreadsheet B, if it finds a match I want it to return the value of the 5th
column in Sheet A to a field in spreadsheet B.
"bpeltzer" wrote:

VLOOKUP accepts an optional fourth argument. Without it, you get a 'range
lookup.' If you supply FALSE as the fourth argument, vlookup looks for an
exact match: =vlookup(value, table, column#, FALSE).

"Pam1288" wrote:

Is there a function similar to VLOOKUP, that will only find exact matches
between spreadsheets?

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
Find a "9" within a range using a function (T/F) R. Choate Excel Worksheet Functions 9 November 5th 05 04:35 PM
EXACT function chrisrowe_cr Excel Discussion (Misc queries) 1 July 26th 05 01:29 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM
Find function Jahunga Excel Worksheet Functions 2 November 22nd 04 03:38 PM


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