Hi All
I am trying to generate a code based on entries in two cells, desired results as follows:
Name Post code Generated code
ADVANCED ELECTRONICS DY41 9HG ADVELEDY41
ADVANCED ENERGY BX11 1NR ADVENEBX11
ADVANCED THINKING PO18 9RB ADVTHIPO18
I know i can generate a code using =left(A2,3)&left(B2,3) but what i want is to take the first 3 digits of both words in cells A2, for example ADVANCED ELECTRONICS, the code would be ADV + ELE + DY4 (ADVELEDY4) can anyone help with this?
Ali
I am trying to generate a code based on entries in two cells, desired results as follows:
Name Post code Generated code
ADVANCED ELECTRONICS DY41 9HG ADVELEDY41
ADVANCED ENERGY BX11 1NR ADVENEBX11
ADVANCED THINKING PO18 9RB ADVTHIPO18
I know i can generate a code using =left(A2,3)&left(B2,3) but what i want is to take the first 3 digits of both words in cells A2, for example ADVANCED ELECTRONICS, the code would be ADV + ELE + DY4 (ADVELEDY4) can anyone help with this?
Ali