Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have the following code Function Price(Code, Table) Price = WorksheetFunction.VLookup(Code, Table, 18, False) End Function am using this function in order to get from the 18th column the price of a specific product with Code. The codes of the different products are listed in the 1st column. On the 1st column the codes of the different products can be repeated many times. With this vba code I am using I can get the price of the first listed product. But I want to get the last. Can someone please help me solve this problem? Thank you in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to combine Combo Box function with Vlookup function | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION | Excel Worksheet Functions | |||
how do I write a vlookup function within an iserror function so t. | Excel Worksheet Functions | |||
I want to use Vlookup function and AND function in a single formu. | Excel Worksheet Functions |