F
fred
Hi,
I have data in the following format:
A1 B1
123 1223
12 2356
What I would like to do is be able to
merge and justfiy into column C1.
A1 B1 C1
123 1223 123 1223
12 2356 12 2356
Using the formula -=a1&" "&b1
I accomplish this. However I would like to justify the data so the data is
like this:
A1 B1 C1
123 1223 123 1223
12 2356 12 2356
1234 69877 1234 69877
Any ideas on how to justify this data/
I have data in the following format:
A1 B1
123 1223
12 2356
What I would like to do is be able to
merge and justfiy into column C1.
A1 B1 C1
123 1223 123 1223
12 2356 12 2356
Using the formula -=a1&" "&b1
I accomplish this. However I would like to justify the data so the data is
like this:
A1 B1 C1
123 1223 123 1223
12 2356 12 2356
1234 69877 1234 69877
Any ideas on how to justify this data/