Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Lookup Value Not Being Returned

Gang,

I have had this issue previously and it cropping up again. I am have
vlookup formula that is set to find an exact match. I know the match
is in my table. However, it is not finding it. This is a formula
repeated row after row an 95% of the formulas are pulling the expected
info. I can't figure out why a couple of cells/formulas are having
this problem.

I have tried the obvious:

Copying and pasting the actual verbatium formula lookup value and
pasting in the lookup table - I thought maybe I had an extra space or
character in my formula.

Used another value and it worked.

Tried formatting changes...

anyway, this has happened before and I am sure I am overlooking
something obvious. Any thoughts?

Thanks

PAZ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Lookup Value Not Being Returned

Can you post some example data and the formula you are using? What is the
cell location of what it is returning versus what it should be returning.
Is your table in ascending order? Try sorting it again to see if the lookup
value stays in the original spot.


--

wrote in message
...
Gang,

I have had this issue previously and it cropping up again. I am have
vlookup formula that is set to find an exact match. I know the match
is in my table. However, it is not finding it. This is a formula
repeated row after row an 95% of the formulas are pulling the expected
info. I can't figure out why a couple of cells/formulas are having
this problem.

I have tried the obvious:

Copying and pasting the actual verbatium formula lookup value and
pasting in the lookup table - I thought maybe I had an extra space or
character in my formula.

Used another value and it worked.

Tried formatting changes...

anyway, this has happened before and I am sure I am overlooking
something obvious. Any thoughts?

Thanks

PAZ



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Lookup Value Not Being Returned

Perhaps the contents of theose problametic cells is not what you think it is.

Try this:
=CODE(A1)
=VALUE(A1)
=ISTEXT(A1)
=ISNUMBER(A1)

For instance, a space in a cell can be e#VALUE!
xamined with =CODE(A1) and the result will be 35. A blank in the same cell
will give a result of #VALUE. Also, sometimes numbers appear as text and
vice versa. Use these:
=ISTEXT(A1)
=ISNUMBER(A1)
to determine what Excel 'sees'.

Try the functions above; these may yield some surprising results!!


Regards,
Ryan--


--
RyGuy


"PCLIVE" wrote:

Can you post some example data and the formula you are using? What is the
cell location of what it is returning versus what it should be returning.
Is your table in ascending order? Try sorting it again to see if the lookup
value stays in the original spot.


--

wrote in message
...
Gang,

I have had this issue previously and it cropping up again. I am have
vlookup formula that is set to find an exact match. I know the match
is in my table. However, it is not finding it. This is a formula
repeated row after row an 95% of the formulas are pulling the expected
info. I can't figure out why a couple of cells/formulas are having
this problem.

I have tried the obvious:

Copying and pasting the actual verbatium formula lookup value and
pasting in the lookup table - I thought maybe I had an extra space or
character in my formula.

Used another value and it worked.

Tried formatting changes...

anyway, this has happened before and I am sure I am overlooking
something obvious. Any thoughts?

Thanks

PAZ




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
same name being returned Zombie0635 Excel Discussion (Misc queries) 8 October 26th 07 07:45 PM
#N/A value is returned Sai Excel Worksheet Functions 7 July 15th 07 11:05 PM
LOOKUP: dbl-clic results returned to GoTo? HWDFWXCLGuru Excel Discussion (Misc queries) 0 February 13th 07 03:16 PM
lookup with multiple rows returned paula k Excel Discussion (Misc queries) 1 November 3rd 06 01:58 AM
#Value! Returned ? John Excel Worksheet Functions 2 December 6th 04 08:55 PM


All times are GMT +1. The time now is 04:08 PM.

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"