Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
veljo
 
Posts: n/a
Default VLOOKUP TABLE_ARRAY

Is vlookup able to find the file refering to column's header? I need to get
data to column B. Formula below shows that source file has the same name as
column B just without extention (.xls). Now the formula should recognize B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

You could use INDIRECT, but your example suggests you want to lookup into
closed workbooks. Is this so, INDIRECT doesn't work wit closed workbooks?

--

HTH

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


"veljo" wrote in message
...
Is vlookup able to find the file refering to column's header? I need to

get
data to column B. Formula below shows that source file has the same name

as
column B just without extention (.xls). Now the formula should recognize

B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo



  #3   Report Post  
veljo
 
Posts: n/a
Default

You are right Bob,
This data has to be updated as Edit-Links-Update Values without opening
workbooks. Any further suggestions?

veljo

"Bob Phillips" kirjutas:

You could use INDIRECT, but your example suggests you want to lookup into
closed workbooks. Is this so, INDIRECT doesn't work wit closed workbooks?

--

HTH

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


"veljo" wrote in message
...
Is vlookup able to find the file refering to column's header? I need to

get
data to column B. Formula below shows that source file has the same name

as
column B just without extention (.xls). Now the formula should recognize

B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

If you are unto VBA, you could try a user defined function created by Harlan
Grove:
http://www.google.com/groups?selm=sH...wsranger. com


--

HTH

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


"veljo" wrote in message
...
You are right Bob,
This data has to be updated as Edit-Links-Update Values without opening
workbooks. Any further suggestions?

veljo

"Bob Phillips" kirjutas:

You could use INDIRECT, but your example suggests you want to lookup

into
closed workbooks. Is this so, INDIRECT doesn't work wit closed

workbooks?

--

HTH

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


"veljo" wrote in message
...
Is vlookup able to find the file refering to column's header? I need

to
get
data to column B. Formula below shows that source file has the same

name
as
column B just without extention (.xls). Now the formula should

recognize
B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo






  #5   Report Post  
veljo
 
Posts: n/a
Default

Thanks Bob, but seems to me like top grade pilotage. I have used VBA but not
at this level. I am confused where to put my data on this function. If you
dont mind please explain a bit deeper.

"Bob Phillips" kirjutas:

If you are unto VBA, you could try a user defined function created by Harlan
Grove:
http://www.google.com/groups?selm=sH...wsranger. com


--

HTH

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


"veljo" wrote in message
...
You are right Bob,
This data has to be updated as Edit-Links-Update Values without opening
workbooks. Any further suggestions?

veljo

"Bob Phillips" kirjutas:

You could use INDIRECT, but your example suggests you want to lookup

into
closed workbooks. Is this so, INDIRECT doesn't work wit closed

workbooks?

--

HTH

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


"veljo" wrote in message
...
Is vlookup able to find the file refering to column's header? I need

to
get
data to column B. Formula below shows that source file has the same

name
as
column B just without extention (.xls). Now the formula should

recognize
B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo








  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default



--

HTH

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


"veljo" wrote in message
...
Thanks Bob, but seems to me like top grade pilotage. I have used VBA but

not
at this level. I am confused where to put my data on this function. If you
dont mind please explain a bit deeper.

"Bob Phillips" kirjutas:

If you are unto VBA, you could try a user defined function created by

Harlan
Grove:

http://www.google.com/groups?selm=sH...wsranger. com


--

HTH

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


"veljo" wrote in message
...
You are right Bob,
This data has to be updated as Edit-Links-Update Values without

opening
workbooks. Any further suggestions?

veljo

"Bob Phillips" kirjutas:

You could use INDIRECT, but your example suggests you want to lookup

into
closed workbooks. Is this so, INDIRECT doesn't work wit closed

workbooks?

--

HTH

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


"veljo" wrote in message
...
Is vlookup able to find the file refering to column's header? I

need
to
get
data to column B. Formula below shows that source file has the

same
name
as
column B just without extention (.xls). Now the formula should

recognize
B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo








  #7   Report Post  
Bob Phillips
 
Posts: n/a
Default

Sorry mate, I am out of time at the moment, and will be busy. If you need it
in 2 weeks still, mail me and I will help you.

--

HTH

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


"veljo" wrote in message
...
Thanks Bob, but seems to me like top grade pilotage. I have used VBA but

not
at this level. I am confused where to put my data on this function. If you
dont mind please explain a bit deeper.

"Bob Phillips" kirjutas:

If you are unto VBA, you could try a user defined function created by

Harlan
Grove:

http://www.google.com/groups?selm=sH...wsranger. com


--

HTH

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


"veljo" wrote in message
...
You are right Bob,
This data has to be updated as Edit-Links-Update Values without

opening
workbooks. Any further suggestions?

veljo

"Bob Phillips" kirjutas:

You could use INDIRECT, but your example suggests you want to lookup

into
closed workbooks. Is this so, INDIRECT doesn't work wit closed

workbooks?

--

HTH

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


"veljo" wrote in message
...
Is vlookup able to find the file refering to column's header? I

need
to
get
data to column B. Formula below shows that source file has the

same
name
as
column B just without extention (.xls). Now the formula should

recognize
B1
to find source file. Any help is much appreciated.
A B
1 Komax40-1must 05-03-05
2 0-1000 0
3 1001 - 2000 0
4 2001 - 3000 0

=VLOOKUP(A2,'[Komax40-1must 05-03-05.xls]DAILY SHT
Komax40-1must'!$A$9:$BL$25,64,FALSE)

Regards,
veljo








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
make a vlookup using a variable path Alex St-Pierre Excel Worksheet Functions 1 March 2nd 05 11:54 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM
Need help with modifying VLookUp Tom Excel Discussion (Misc queries) 4 December 2nd 04 12:44 AM
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM


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