vlookup - extracting cell content from external spread sheet

C

Christian

I have 2 xls sheets.
sheet one:
A B C D E F G

work code

sheet 2 :
A B C .... H

work code filepath of folders (i.e c:\docs\work\work
code\12344)

the work code is the unique identifier I would like to use to extract the
filepath location from sheet 2 (column H ) into sheet 1 (lets say column G ).

I have no problems extracting 1 filepath value form sheet 2 into sheet 1,
however, as soon as I want to copy the function to conduct the same process
for other work codes it delivers the same value into the result cell.

To make things more interesting: The sheet 1 is the master document with
about 900 work codes and the sheet 2 has just parts of them.(i will be
recieving multiple sheets from each division).
Ideally I would like to set up a vlookup that i can adapt and run with the
master work sheet and the incoming Sheet2 - types.

The vlookup function that works for 1 value looks like this :
VLOOKUP(A1,'[masterjobs.xls]A7 - Jobs'!$A$4:$M$10,12)

I hope I could exlpain clearly. I really would like to understand my
mistake/problem.
Kind Regards
Christian
 
T

T. Valko

Make sure calculation is set to automatic:

Tools>Options>Calculation tab>Automatic>OK
 
C

Christian

it is. Still same result.
would it help if i could email you abbreviated files to see (i can do
screenshoots in word format for example)?
it is a bit hard just to explain in plain text.
Appreciate your efforts!

T. Valko said:
Make sure calculation is set to automatic:

Tools>Options>Calculation tab>Automatic>OK


--
Biff
Microsoft Excel MVP


Christian said:
I have 2 xls sheets.
sheet one:
A B C D E F G

work code

sheet 2 :
A B C .... H

work code filepath of folders (i.e c:\docs\work\work
code\12344)

the work code is the unique identifier I would like to use to extract the
filepath location from sheet 2 (column H ) into sheet 1 (lets say column
G ).

I have no problems extracting 1 filepath value form sheet 2 into sheet 1,
however, as soon as I want to copy the function to conduct the same
process
for other work codes it delivers the same value into the result cell.

To make things more interesting: The sheet 1 is the master document with
about 900 work codes and the sheet 2 has just parts of them.(i will be
recieving multiple sheets from each division).
Ideally I would like to set up a vlookup that i can adapt and run with the
master work sheet and the incoming Sheet2 - types.

The vlookup function that works for 1 value looks like this :
VLOOKUP(A1,'[masterjobs.xls]A7 - Jobs'!$A$4:$M$10,12)

I hope I could exlpain clearly. I really would like to understand my
mistake/problem.
Kind Regards
Christian
 
T

T. Valko

Send a SMALL sample file to:

xl can help at comcast period net

Remove "can" and change the obvious.

--
Biff
Microsoft Excel MVP


Christian said:
it is. Still same result.
would it help if i could email you abbreviated files to see (i can do
screenshoots in word format for example)?
it is a bit hard just to explain in plain text.
Appreciate your efforts!

T. Valko said:
Make sure calculation is set to automatic:

Tools>Options>Calculation tab>Automatic>OK


--
Biff
Microsoft Excel MVP


Christian said:
I have 2 xls sheets.
sheet one:
A B C D E F G

work code

sheet 2 :
A B C .... H

work code filepath of folders (i.e
c:\docs\work\work
code\12344)

the work code is the unique identifier I would like to use to extract
the
filepath location from sheet 2 (column H ) into sheet 1 (lets say
column
G ).

I have no problems extracting 1 filepath value form sheet 2 into sheet
1,
however, as soon as I want to copy the function to conduct the same
process
for other work codes it delivers the same value into the result cell.

To make things more interesting: The sheet 1 is the master document
with
about 900 work codes and the sheet 2 has just parts of them.(i will be
recieving multiple sheets from each division).
Ideally I would like to set up a vlookup that i can adapt and run with
the
master work sheet and the incoming Sheet2 - types.

The vlookup function that works for 1 value looks like this :
VLOOKUP(A1,'[masterjobs.xls]A7 - Jobs'!$A$4:$M$10,12)

I hope I could exlpain clearly. I really would like to understand my
mistake/problem.
Kind Regards
Christian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top