bebo201022
New Member
- Joined
- Sep 24, 2017
- Messages
- 3
0 down vote
<tbody>
[TD="class: votecell"][/TD]
[TD="class: postcell"] I am not good in writing full code till now and I need your help to create a code for browsing for any file and get this file path and using it in <code>VLOOKUP</code> formula which will be used in all non blank cells in the entire column of sheet 1.
More info:
Sheet2:
<code>A1:A5....(1,2,3,4,5)
B1:B5....(A,B,C,D,E)
</code> Sheet1:
<code>A1: 1
A2: 2
A3: 3
A4: 4
A5: 5
B1= Vlookup(A1,"path of sheet2",$A$1:$B$5,2,False)
B2= Vlookup(A2,"path of sheet2",$A$1:$B$5,2,False)
B3= Vlookup(A3,"path of sheet2",$A$1:$B$5,2,False)
B4= Vlookup(A4,"path of sheet2",$A$1:$B$5,2,False)
B5= Vlookup(A5,"path of sheet2",$A$1:$B$5,2,False)
</code> [/TD]
</tbody>
<tbody>
[TD="class: votecell"][/TD]
[TD="class: postcell"] I am not good in writing full code till now and I need your help to create a code for browsing for any file and get this file path and using it in <code>VLOOKUP</code> formula which will be used in all non blank cells in the entire column of sheet 1.
More info:
Sheet2:
<code>A1:A5....(1,2,3,4,5)
B1:B5....(A,B,C,D,E)
</code> Sheet1:
<code>A1: 1
A2: 2
A3: 3
A4: 4
A5: 5
B1= Vlookup(A1,"path of sheet2",$A$1:$B$5,2,False)
B2= Vlookup(A2,"path of sheet2",$A$1:$B$5,2,False)
B3= Vlookup(A3,"path of sheet2",$A$1:$B$5,2,False)
B4= Vlookup(A4,"path of sheet2",$A$1:$B$5,2,False)
B5= Vlookup(A5,"path of sheet2",$A$1:$B$5,2,False)
</code> [/TD]
</tbody>
Last edited by a moderator: