A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

VLOOKUP Help



 
 
Thread Tools Display Modes
  #1  
Old April 23rd, 2005, 01:12 PM
Alan
external usenet poster
 
Posts: n/a
Default VLOOKUP Help

I have a Workbook with multiple sheets.... On one sheet I have a unique
identifier which provides me with certain information and have acquired
another which gives me more, but also has the same unique identifier...

I wish to import this into the one sheet for reference, however this is not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1 being the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan



  #2  
Old April 23rd, 2005, 01:22 PM
Bob Phillips
external usenet poster
 
Posts: n/a
Default

Alan,

Check that the lookup value and the unique ids are exactly the same. On a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a unique
identifier which provides me with certain information and have acquired
another which gives me more, but also has the same unique identifier...

I wish to import this into the one sheet for reference, however this is

not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1 being

the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the

unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan





  #3  
Old April 23rd, 2005, 01:40 PM
Alan
external usenet poster
 
Posts: n/a
Default

Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same. On a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a unique
identifier which provides me with certain information and have acquired
another which gives me more, but also has the same unique identifier...

I wish to import this into the one sheet for reference, however this is

not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1 being

the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the

unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan






  #4  
Old April 23rd, 2005, 02:06 PM
Niek Otten
external usenet poster
 
Posts: n/a
Default

Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER, even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same. On a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a unique
identifier which provides me with certain information and have acquired
another which gives me more, but also has the same unique identifier...

I wish to import this into the one sheet for reference, however this is

not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1 being

the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the

unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan








  #5  
Old April 23rd, 2005, 04:28 PM
RagDyeR
external usenet poster
 
Posts: n/a
Default

Typo Niek:

"And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending"

--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"Niek Otten" wrote in message
...
Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER, even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same. On a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a unique
identifier which provides me with certain information and have acquired
another which gives me more, but also has the same unique identifier...

I wish to import this into the one sheet for reference, however this is

not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1 being

the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the

unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan









  #6  
Old April 23rd, 2005, 04:55 PM
Niek Otten
external usenet poster
 
Posts: n/a
Default


"RagDyeR" wrote in message
...
Typo Niek:

"And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending"

--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"Niek Otten" wrote in message
...
Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER, even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same. On
a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a
unique
identifier which provides me with certain information and have
acquired
another which gives me more, but also has the same unique
identifier...

I wish to import this into the one sheet for reference, however this
is
not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1
being
the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the
unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan











  #7  
Old April 23rd, 2005, 04:57 PM
Niek Otten
external usenet poster
 
Posts: n/a
Default

Hi RagDyeR,

I'm sure you're right. I just fail to see the typo! Please help.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"RagDyeR" wrote in message
...
Typo Niek:

"And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending"

--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"Niek Otten" wrote in message
...
Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER, even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same. On
a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a
unique
identifier which provides me with certain information and have
acquired
another which gives me more, but also has the same unique
identifier...

I wish to import this into the one sheet for reference, however this
is
not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1
being
the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the
unique
index in the main sheet.


I am however getting the error "Value not available" although doing an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan











  #8  
Old April 23rd, 2005, 05:07 PM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default

I believe he meant that if the 4th argument is FALSE you won't need any
sorting


--
Regards,

Peo Sjoblom


"Niek Otten" wrote in message
...
Hi RagDyeR,

I'm sure you're right. I just fail to see the typo! Please help.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"RagDyeR" wrote in message
...
Typo Niek:

"And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending"

--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"Niek Otten" wrote in message
...
Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER,
even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same. On
a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a
unique
identifier which provides me with certain information and have
acquired
another which gives me more, but also has the same unique
identifier...

I wish to import this into the one sheet for reference, however this
is
not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1
being
the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the
unique
index in the main sheet.


I am however getting the error "Value not available" although doing
an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan













  #9  
Old April 23rd, 2005, 08:03 PM
Niek Otten
external usenet poster
 
Posts: n/a
Default

Glad this isn't color TV!

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Peo Sjoblom" wrote in message
...
I believe he meant that if the 4th argument is FALSE you won't need any
sorting


--
Regards,

Peo Sjoblom


"Niek Otten" wrote in message
...
Hi RagDyeR,

I'm sure you're right. I just fail to see the typo! Please help.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"RagDyeR" wrote in message
...
Typo Niek:

"And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending"

--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"Niek Otten" wrote in message
...
Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER,
even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same.
On a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a
unique
identifier which provides me with certain information and have
acquired
another which gives me more, but also has the same unique
identifier...

I wish to import this into the one sheet for reference, however this
is
not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1
being
the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of the
unique
index in the main sheet.


I am however getting the error "Value not available" although doing
an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan















  #10  
Old April 24th, 2005, 05:56 AM
Ragdyer
external usenet poster
 
Posts: n/a
Default

Actually, it is Niek.
In my O.E., watched messages are red,
So ... since you're watched, you're RED!bg
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Niek Otten" wrote in message
...
Glad this isn't color TV!

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Peo Sjoblom" wrote in message
...
I believe he meant that if the 4th argument is FALSE you won't need any
sorting


--
Regards,

Peo Sjoblom


"Niek Otten" wrote in message
...
Hi RagDyeR,

I'm sure you're right. I just fail to see the typo! Please help.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"RagDyeR" wrote in message
...
Typo Niek:

"And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending"

--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"Niek Otten" wrote in message
...
Hi Alan,

Are both items numeric or text? Check this with =ISTEXT or ISNUMBER,
even
if they look the same.
And, with the 4th argument as FALSE, the table (Column A) has to be
sorted
ascending.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Alan" wrote in message
...
Bob
Sorry already tried that ...
HAve used VLOOKUP before and this has me stumped !

Thanks anyways ... open to other suggestions

"Bob Phillips" wrote:

Alan,

Check that the lookup value and the unique ids are exactly the same.
On a
matching item, do a LEN(C3) and LEN(Ax) to see that there are no
extraneous
spaces in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan" wrote in message
...
I have a Workbook with multiple sheets.... On one sheet I have a
unique
identifier which provides me with certain information and have
acquired
another which gives me more, but also has the same unique
identifier...

I wish to import this into the one sheet for reference, however

this
is
not
performing as expected.

THe sheet I am trying to copy from has 2 columns of data column 1
being
the
unique index and column 2 being the data to be copied

I have used a VLOOKUP function on the main page viz:
=VLOOKUP(C3,WorkNo!A2:B8200,2,FALSE) where C3 is the location of

the
unique
index in the main sheet.


I am however getting the error "Value not available" although

doing
an
individual find on the other sheet finds it is there ???

Any help greatfully appreciated

Alan
















 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup data hidden within worksheet Worksheet Functions 0 January 26th, 2005 12:09 PM
Insert Vlookup into table_array of Vlookup with named range Denise Worksheet Functions 1 January 24th, 2005 10:49 PM
VLOOKUP and IF statements JAnderson General Discussion 2 August 4th, 2004 11:39 PM
Need help with VLOOKUP Frank Kabel Worksheet Functions 4 January 17th, 2004 11:24 PM
VLookup Help Robert Worksheet Functions 5 December 3rd, 2003 12:57 AM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.