Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nick
 
Posts: n/a
Default URGET VLOOKUP HELP!

JOB # DOC # for that JOB POPULATED
10300-05-2046 100013224 100013224
10300-05-2046 100013225 100013225
10300-05-2101 100131202 100131202
10300-05-2112 100013226 100013226
10324-05-2109 100013228 100013228
10338-05-2076 100013230 100013230

Formula Used:
=INDEX($B$1:$B$15,SMALL(IF($A$1:$A$15=$a$1,ROW($A$ 1:$A$15)),ROW(A2)))

This formula works in the same worksheet. In my case, i have to take the job
# from one worksheet, Doc # from one worksheet and populate the document # in
a different worksheet using Vlookup. How do i do that? Any help is
appreciated!
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Simply precede the appropriate references with the sheetname, such as 'my
sheet'!$A$1:$A$15

--
HTH

Bob Phillips

"nick" wrote in message
...
JOB # DOC # for that JOB POPULATED
10300-05-2046 100013224 100013224
10300-05-2046 100013225 100013225
10300-05-2101 100131202 100131202
10300-05-2112 100013226 100013226
10324-05-2109 100013228 100013228
10338-05-2076 100013230 100013230

Formula Used:
=INDEX($B$1:$B$15,SMALL(IF($A$1:$A$15=$a$1,ROW($A$ 1:$A$15)),ROW(A2)))

This formula works in the same worksheet. In my case, i have to take the

job
# from one worksheet, Doc # from one worksheet and populate the document #

in
a different worksheet using Vlookup. How do i do that? Any help is
appreciated!



  #3   Report Post  
nick
 
Posts: n/a
Default

Hi bob,

i assign the rows A1:A15, it works, but lets say if i add one more job # in
the 16th row, its giving me N/A or a different # randomly. Any suggestions?

"Bob Phillips" wrote:

Simply precede the appropriate references with the sheetname, such as 'my
sheet'!$A$1:$A$15

--
HTH

Bob Phillips

"nick" wrote in message
...
JOB # DOC # for that JOB POPULATED
10300-05-2046 100013224 100013224
10300-05-2046 100013225 100013225
10300-05-2101 100131202 100131202
10300-05-2112 100013226 100013226
10324-05-2109 100013228 100013228
10338-05-2076 100013230 100013230

Formula Used:
=INDEX($B$1:$B$15,SMALL(IF($A$1:$A$15=$a$1,ROW($A$ 1:$A$15)),ROW(A2)))

This formula works in the same worksheet. In my case, i have to take the

job
# from one worksheet, Doc # from one worksheet and populate the document #

in
a different worksheet using Vlookup. How do i do that? Any help is
appreciated!




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

You need a dynamic range, such as

OFFSET('my sheet'!$A$1,0,0,COUNTA('my sheet'!$A:$A))

instead of $A$1:$A$15

--
HTH

Bob Phillips

"nick" wrote in message
...
Hi bob,

i assign the rows A1:A15, it works, but lets say if i add one more job #

in
the 16th row, its giving me N/A or a different # randomly. Any

suggestions?

"Bob Phillips" wrote:

Simply precede the appropriate references with the sheetname, such as

'my
sheet'!$A$1:$A$15

--
HTH

Bob Phillips

"nick" wrote in message
...
JOB # DOC # for that JOB POPULATED
10300-05-2046 100013224 100013224
10300-05-2046 100013225 100013225
10300-05-2101 100131202 100131202
10300-05-2112 100013226 100013226
10324-05-2109 100013228 100013228
10338-05-2076 100013230 100013230

Formula Used:
=INDEX($B$1:$B$15,SMALL(IF($A$1:$A$15=$a$1,ROW($A$ 1:$A$15)),ROW(A2)))

This formula works in the same worksheet. In my case, i have to take

the
job
# from one worksheet, Doc # from one worksheet and populate the

document #
in
a different worksheet using Vlookup. How do i do that? Any help is
appreciated!






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
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 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


All times are GMT +1. The time now is 03:42 PM.

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"