Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
dk
 
Posts: n/a
Default Vlookup problem

we are getting a wording of (#REF!) insteadd of getting the description of
the feild even though there a text data in the refrenced field
ex:=VLOOKUP(B10,'C:\Documents and Settings\Administrator\My
\[calling_.XLS]Customers'!$A$1:$D$58,5,FALSE)

Also we have 2 times the same name in column a ex row a1; has data "Joe" row
a21; has data "Joe" from were will all data filled if were going to enter in
cell b10 =CONCATENATE([calling_.XLS]Customers!$A$21)
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Barb Reinhardt
 
Posts: n/a
Default Vlookup problem

I'm guessing you have something in your vlookup that includes some
concatenation. Can you show the expression? That might help. Also, is
calling_.XLS open when you do this? It needs to be. Otherwise, you'll
need to use the INDIRECT.EXT within MOREFUNC here

http://xcell05.free.fr/english/index...func_Functions



"dk" wrote:

we are getting a wording of (#REF!) insteadd of getting the description of
the feild even though there a text data in the refrenced field
ex:=VLOOKUP(B10,'C:\Documents and Settings\Administrator\My
\[calling_.XLS]Customers'!$A$1:$D$58,5,FALSE)

Also we have 2 times the same name in column a ex row a1; has data "Joe" row
a21; has data "Joe" from were will all data filled if were going to enter in
cell b10 =CONCATENATE([calling_.XLS]Customers!$A$21)

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default Vlookup problem

Vlookup works fine with closed workbooks so does concatenate

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Barb Reinhardt" wrote in message
...
I'm guessing you have something in your vlookup that includes some
concatenation. Can you show the expression? That might help. Also, is
calling_.XLS open when you do this? It needs to be. Otherwise, you'll
need to use the INDIRECT.EXT within MOREFUNC here

http://xcell05.free.fr/english/index...func_Functions



"dk" wrote:

we are getting a wording of (#REF!) insteadd of getting the description
of
the feild even though there a text data in the refrenced field
ex:=VLOOKUP(B10,'C:\Documents and Settings\Administrator\My
\[calling_.XLS]Customers'!$A$1:$D$58,5,FALSE)

Also we have 2 times the same name in column a ex row a1; has data "Joe"
row
a21; has data "Joe" from were will all data filled if were going to enter
in
cell b10 =CONCATENATE([calling_.XLS]Customers!$A$21)



  #4   Report Post  
Posted to microsoft.public.excel.newusers
SiC
 
Posts: n/a
Default Vlookup problem

$A$1:$D$58,5
That's the part with the problem. The formula is looking in columns from A
to D (4 columns), but it's asking to return a value in column 5. So either
extend your lookup range to more columns, or lower your return column number
value. As for the concatenate question, I don't quite understand it. It
looks like you're trying to concatnate only 1 cell?

-Simon

"dk" wrote:

we are getting a wording of (#REF!) insteadd of getting the description of
the feild even though there a text data in the refrenced field
ex:=VLOOKUP(B10,'C:\Documents and Settings\Administrator\My
\[calling_.XLS]Customers'!$A$1:$D$58,5,FALSE)

Also we have 2 times the same name in column a ex row a1; has data "Joe" row
a21; has data "Joe" from were will all data filled if were going to enter in
cell b10 =CONCATENATE([calling_.XLS]Customers!$A$21)

  #5   Report Post  
Posted to microsoft.public.excel.newusers
dk
 
Posts: n/a
Default Vlookup problem

OK it seems working , but we realized that sometimes when you update and
change info. in the main database & Save it it will not change the info. in
the other workbook what is the clue?

"SiC" wrote:

$A$1:$D$58,5
That's the part with the problem. The formula is looking in columns from A
to D (4 columns), but it's asking to return a value in column 5. So either
extend your lookup range to more columns, or lower your return column number
value. As for the concatenate question, I don't quite understand it. It
looks like you're trying to concatnate only 1 cell?

-Simon

"dk" wrote:

we are getting a wording of (#REF!) insteadd of getting the description of
the feild even though there a text data in the refrenced field
ex:=VLOOKUP(B10,'C:\Documents and Settings\Administrator\My
\[calling_.XLS]Customers'!$A$1:$D$58,5,FALSE)

Also we have 2 times the same name in column a ex row a1; has data "Joe" row
a21; has data "Joe" from were will all data filled if were going to enter in
cell b10 =CONCATENATE([calling_.XLS]Customers!$A$21)



  #6   Report Post  
Posted to microsoft.public.excel.newusers
RJ
 
Posts: n/a
Default Vlookup problem

Make sure your workbook calculations are set to automatic. Go to Tools --
Options -- Calculation Tab and set the calculation to automatic. You can
also hit F9 to update the worksheet and calculate if you prefer working in a
manual calculation mode.

"dk" wrote:

OK it seems working , but we realized that sometimes when you update and
change info. in the main database & Save it it will not change the info. in
the other workbook what is the clue?

"SiC" wrote:

$A$1:$D$58,5
That's the part with the problem. The formula is looking in columns from A
to D (4 columns), but it's asking to return a value in column 5. So either
extend your lookup range to more columns, or lower your return column number
value. As for the concatenate question, I don't quite understand it. It
looks like you're trying to concatnate only 1 cell?

-Simon

"dk" wrote:

we are getting a wording of (#REF!) insteadd of getting the description of
the feild even though there a text data in the refrenced field
ex:=VLOOKUP(B10,'C:\Documents and Settings\Administrator\My
\[calling_.XLS]Customers'!$A$1:$D$58,5,FALSE)

Also we have 2 times the same name in column a ex row a1; has data "Joe" row
a21; has data "Joe" from were will all data filled if were going to enter in
cell b10 =CONCATENATE([calling_.XLS]Customers!$A$21)

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 puiuluipui Excel Discussion (Misc queries) 2 February 5th 06 05:46 PM
Vlookup problem with Date Time normajmarsh Excel Worksheet Functions 0 February 3rd 06 07:33 PM
vlookup Problem marksuza Excel Discussion (Misc queries) 3 December 22nd 05 03:40 PM
VLOOKUP Problem Tosca Excel Worksheet Functions 7 July 23rd 05 10:43 PM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM


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