
Originally Posted by
WinteE
On my site you'll find a sample of how to create a listbox. To get the right currency based on the listbox selection I've used the VLOOKUP() function.
This function is explained in the Excel-help files.
To include the short currency description into the same field as the currency
you've got to do the next :
To let the VLOOKUP() work properly :
- Switch the first two columns of your currency table LONG DESC, SHORT DESC, CUR (now you can get the SHORT DESC with VLOOKUP() too
- Use CONCATENATE() to join the two VLOOKUP()'s together in one cell.
Succes,
Erik
Bookmarks