Hi Glen,
if BCI and ECP are in column A (rows 1 and 2 respectively)
and your .1s are in column B (rows 1 and 2 again respectively) and is TEXT rather than a number (ie 1/10th)
you can create what you need in column C as follows :
in cell C1 just enter =A1&B1
otherwise
if BCI and ECP are in column A (rows 1 and 2 respectively)
and your .1s are in column B (rows 1 and 2 again respectively) and is a number (ie 0.1 but formatted as .1)
you can create what you need in column C as follows :
in cell C1 just enter =A1&TEXT(+B1,".0")
the "&" is an instruction to concatenate.... ie glueing together.
Is this what you had in mind ?
Chris
Thanks heaps Chris.
Works on a practice sheet but not on the spreadsheet I was provided, even whe I toggle with the formatting types.
The concatenate tip will be useful in teh future though.
Many Thanks
Glen