redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hey all
Can you help with code that will look down column B (starting at B3) of the 'Stock' sheet and try to find an exact match found through column T (starting at T13) in the 'StockList' sheet.
If match found then place formula =VLOOKUP(B*,StockList!T13:BA4,5,False) in corresponding row column U of "stock" sheet.
Loop until all values in column B of Stock sheet have been checked.
For example if RED DOG is found in B6, check this string through column T of the StockList sheet - if a match is found there, then place the formula
=VLOOKUP(B6,StockList!T13:BA4,5,False) in cell U6 of the stock sheet
hope this makes sense and thanks in advance
Can you help with code that will look down column B (starting at B3) of the 'Stock' sheet and try to find an exact match found through column T (starting at T13) in the 'StockList' sheet.
If match found then place formula =VLOOKUP(B*,StockList!T13:BA4,5,False) in corresponding row column U of "stock" sheet.
Loop until all values in column B of Stock sheet have been checked.
For example if RED DOG is found in B6, check this string through column T of the StockList sheet - if a match is found there, then place the formula
=VLOOKUP(B6,StockList!T13:BA4,5,False) in cell U6 of the stock sheet
hope this makes sense and thanks in advance