Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default vlookup Function Help Needed


All,

I've been working on this for 2 days now and can't figure it out so any
help would be appreciated.

I have one workbook with multiple tabs on it. Tab A has multiple
columns being used but columns A and B are the important ones. Column A
is labeled Sample Number and starts off blank. Column B is labeled Row
number and is in ascending order from 1 to whatever.

Tab B has two columns on it. Actually there are more but they aren't
important to what I'm doing. I hope. Column A is labeled Sample
Number and is a list of random numbers. Column B is the corresponding
Row Number on tab a that the sample number is associated with.

For example Tab B

Sample Number Row Number
113 95
178 110
and so on. The row numbers are generated in acceding order.

What I'm trying to do on Tab A in Column A(Sample Number) is
automatically bring over the sample number from Tab B and place it on
the correct row. If there is no sample number for the row I want the
cell to be blank which I will end up doing use the IF function and the
ISNA function.

I've tried using the match function with the vlookup function but now
cigar.

Hopefully this makes sense.

Thanks
Jeff


--
jeffc
------------------------------------------------------------------------
jeffc's Profile: http://www.excelforum.com/member.php...o&userid=33452
View this thread: http://www.excelforum.com/showthread...hreadid=569951

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default vlookup Function Help Needed

Hello Jeff.

If I have understood your problem correctly you could solve ut using a
combination of Match and Index, try pasting this formula in A2 on
sheetA:
=INDEX(B!A:A;MATCH(B2;B!B:B;0);1)

Best regards
Per Erik

On Wed, 9 Aug 2006 11:30:03 -0400, jeffc
wrote:


All,

I've been working on this for 2 days now and can't figure it out so any
help would be appreciated.

I have one workbook with multiple tabs on it. Tab A has multiple
columns being used but columns A and B are the important ones. Column A
is labeled Sample Number and starts off blank. Column B is labeled Row
number and is in ascending order from 1 to whatever.

Tab B has two columns on it. Actually there are more but they aren't
important to what I'm doing. I hope. Column A is labeled Sample
Number and is a list of random numbers. Column B is the corresponding
Row Number on tab a that the sample number is associated with.

For example Tab B

Sample Number Row Number
113 95
178 110
and so on. The row numbers are generated in acceding order.

What I'm trying to do on Tab A in Column A(Sample Number) is
automatically bring over the sample number from Tab B and place it on
the correct row. If there is no sample number for the row I want the
cell to be blank which I will end up doing use the IF function and the
ISNA function.

I've tried using the match function with the vlookup function but now
cigar.

Hopefully this makes sense.

Thanks
Jeff

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default vlookup Function Help Needed


Erik,

Your formula worked perfectly. This really saved me a lot of work.
Now I don't have to enter 1069 numbers manually.

Thanks!
Jeff


Per Erik Midtrød Wrote:
Hello Jeff.

If I have understood your problem correctly you could solve ut using a
combination of Match and Index, try pasting this formula in A2 on
sheetA:
=INDEX(B!A:A;MATCH(B2;B!B:B;0);1)

Best regards
Per Erik

On Wed, 9 Aug 2006 11:30:03 -0400, jeffc
wrote:


All,

I've been working on this for 2 days now and can't figure it out so

any
help would be appreciated.

I have one workbook with multiple tabs on it. Tab A has multiple
columns being used but columns A and B are the important ones. Column

A
is labeled Sample Number and starts off blank. Column B is labeled

Row
number and is in ascending order from 1 to whatever.

Tab B has two columns on it. Actually there are more but they aren't
important to what I'm doing. I hope. Column A is labeled Sample
Number and is a list of random numbers. Column B is the

corresponding
Row Number on tab a that the sample number is associated with.

For example Tab B

Sample Number Row Number
113 95
178 110
and so on. The row numbers are generated in acceding order.

What I'm trying to do on Tab A in Column A(Sample Number) is
automatically bring over the sample number from Tab B and place it on
the correct row. If there is no sample number for the row I want the
cell to be blank which I will end up doing use the IF function and

the
ISNA function.

I've tried using the match function with the vlookup function but no
cigar.

Hopefully this makes sense.

Thanks
Jeff



--
jeffc
------------------------------------------------------------------------
jeffc's Profile: http://www.excelforum.com/member.php...o&userid=33452
View this thread: http://www.excelforum.com/showthread...hreadid=569951

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
Advance Vlookup function may help!! PA Excel Worksheet Functions 6 May 7th 06 04:09 AM
vlookup and a function field input Patrick Excel Worksheet Functions 2 April 27th 06 04:38 PM
Vlookup with function in table_array JoshuaEyer Excel Worksheet Functions 2 October 15th 05 03:49 PM
Help with VLookup function JohnK Excel Worksheet Functions 6 August 22nd 05 12:52 PM
VLOOKUP Function Chris Manning Excel Discussion (Misc queries) 2 June 2nd 05 10:26 PM


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