#1   Report Post  
exceluserhelp
 
Posts: n/a
Default vlookup help

when there is different values B1 appearing in different cells in same column
for which we are using lookup function A1 then it picks only the first value
from the reference sheet, is there a way to have vlookup pick the next cell
value in column B1? =Vlookup(A1,B1,2,FALSE)
A1 B1
AF0040 3125 3125
AF0040 3225 3125
B0045 3001 3001
B0045 3002 3001
C0074 3702 3702
C0074 3722 3702



  #2   Report Post  
Bryan Hessey
 
Posts: n/a
Default


The only way I can see that you could do this is to set an additional
column (or columns) in your table, whereby column C of your table held
the data from B (the next row) if the A cells were equal,
ie - (assuming that your table has columns A and B as shown, use column
C for duplicates, (and D, E, & F etc for third, fourth and fifth
occurances if required) with the formula

for duplicates:
in cell C1 put
=if($A1=$A2,B2,"")

then, if required for triplicates, in cell D
=if($A1=$A3,B3,"")

(formula-copy these to the end of your table-data)

and then use the vlookup on 3, 4, 5 and 6 etc.
=Vlookup(A1,tablename,3,FALSE)
or as
=Vlookup(A1,A1:C999,3,FALSE)

Hope this helps

exceluserhelp Wrote:
when there is different values B1 appearing in different cells in same
column
for which we are using lookup function A1 then it picks only the first
value
from the reference sheet, is there a way to have vlookup pick the next
cell
value in column B1? =Vlookup(A1,B1,2,FALSE)
A1 B1
AF0040 3125 3125
AF0040 3225 3125
B0045 3001 3001
B0045 3002 3001
C0074 3702 3702
C0074 3722 3702



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=472359

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 04:29 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"