Dear all,
can't get my head around this,
basically i have a set of values
1234.43.23.12
458.12.32.14
1234.43.23.13
I'd like to concatenate them like so:
1234.43.23.12,.13; 458.12.32.14
so basically compare all the numbers before the last "." if they are the same then only concatenate the last numbers after the last ".". If they are not the same then just concatenate them normally divided by ";".
Appreciate your help, this forum is great!
can't get my head around this,
basically i have a set of values
1234.43.23.12
458.12.32.14
1234.43.23.13
I'd like to concatenate them like so:
1234.43.23.12,.13; 458.12.32.14
so basically compare all the numbers before the last "." if they are the same then only concatenate the last numbers after the last ".". If they are not the same then just concatenate them normally divided by ";".
Appreciate your help, this forum is great!