View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas, Excel MVP
 
Posts: n/a
Default how to create refrence using first and last words of any supplier

Not sure what you're asking, but the INDIRECT function somes to the rescue:
something like =INDIRECT(LEFT(SuppName,2)&MID(SuppName,4,4)&"BD") would make
40CHANDB be a reference, but to what is this referring?? If it's a workbook,
then you'd need the [ and ] characters, the sheet name, the exclamation mark
& a cell reference, etc, but that could also be part of the INDIRECT. Perhaps
Microsoft Help can explain further.

"Ali" wrote:

please have a look and ill appreciate any help.

Supplier Name 40 Chantress Close, Dagenham, Essex

i need to create refrence for above property somthing like this

Ref Required somthing like this 40CHANBD

whereas "40" is the first two words, "chan" the second four words and "bd"
represent council i.e. barking and dagenham. make note "bd" have to be shown
in formulae so as to add to the refrence.

thanks for help in advance. cheers ali