Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default problem with vlookup

I am matching two sheets of data to each other through vlookup, and
even though i know that there are matches, vlookup isnt returning
them . the data in both the sheets in the same workbook is of the same
format (text) and all leading and trailing spaces have been removed,
still i cant get it to work for me.
can someone help me out?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default problem with vlookup

Did your workbook is ordered?

--

Rodrigo Ferreira


"ruchie" escreveu na mensagem
ups.com...
I am matching two sheets of data to each other through vlookup, and
even though i know that there are matches, vlookup isnt returning
them . the data in both the sheets in the same workbook is of the same
format (text) and all leading and trailing spaces have been removed,
still i cant get it to work for me.
can someone help me out?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default problem with vlookup

the formula im using is

=VLOOKUP($E2, 'in AP'!$A$2:$M$206, 5, FALSE)

'in AP' is the name of the worksheet im getting the table array from.
the field im searching on contains numbers and text both, but i
changed everything to text format as well.
the data is sorted too. any idea why it isnt working even when im sure
that the formula is right?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default problem with vlookup

No need to sort anything when you look for an exact match, it simply is that
although they look the same they are not the same. I am assuming you get the
#N/A error. How do you know you don't have invisible characters like html
char(160) etc?



--
Regards,

Peo Sjoblom


"ruchie" wrote in message
oups.com...
the formula im using is

=VLOOKUP($E2, 'in AP'!$A$2:$M$206, 5, FALSE)

'in AP' is the name of the worksheet im getting the table array from.
the field im searching on contains numbers and text both, but i
changed everything to text format as well.
the data is sorted too. any idea why it isnt working even when im sure
that the formula is right?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default problem with vlookup

Try this:

=INDEX('in AP'!$A$2:$M$206,MATCH($E2,'in AP'$A$2:$A$206;0),5)

--

Rodrigo Ferreira


"ruchie" escreveu na mensagem
oups.com...
the formula im using is

=VLOOKUP($E2, 'in AP'!$A$2:$M$206, 5, FALSE)

'in AP' is the name of the worksheet im getting the table array from.
the field im searching on contains numbers and text both, but i
changed everything to text format as well.
the data is sorted too. any idea why it isnt working even when im sure
that the formula is right?



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 72
Default problem with vlookup

Hi Ruchie,

Try:

1) the following formula to compare two visually matching values:

=EXACT(E2,'in AP'!A121)

This is using A121 as an example of the cell address in the 'in
AP' worksheet
where the visual match is for E2.

2) Post examples of data that matches visually, and isn't found
using vlookup or
exact.

Let me know if this helps.

Peggy

"ruchie" wrote:

the formula im using is

=VLOOKUP($E2, 'in AP'!$A$2:$M$206, 5, FALSE)

'in AP' is the name of the worksheet im getting the table array from.
the field im searching on contains numbers and text both, but i
changed everything to text format as well.
the data is sorted too. any idea why it isnt working even when im sure
that the formula is right?


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default problem with vlookup

worked fine.. thanks a lot!

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 problem stef Excel Worksheet Functions 1 November 8th 06 11:09 PM
VLOOKUP problem yvette Excel Worksheet Functions 7 November 2nd 06 06:31 PM
VLOOKUP Problem brown_toby Excel Worksheet Functions 6 June 30th 06 04:52 PM
VLOOKUP problem using VBA matpj Excel Discussion (Misc queries) 4 April 28th 06 12:07 PM
Vlookup problem mariomaf Excel Worksheet Functions 11 January 5th 06 02:49 PM


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