Lining up figures when using the "=CONCATENATE" function.

S.H.A.D.O.

Well-known Member
Joined
Sep 6, 2005
Messages
1,915
Good evening,

Does anyone know how I can line up 3 sets of figures used in a CONCATENATE function please?

My formula is:

Code:
=CONCATENATE("01 = (M) ",TEXT('Main Table'!E8,"0")," - (B) ",TEXT('Bonus Table'!E8,"0")," - (Both) ",TEXT('Main & Bonus Table'!E8,"0"))

It produces this for example:

01 = (M) 2 - (B) 150 - (Both) 2
02 = (M) 3 - (B) 67 - (Both) 3
03 = (M) 16 - (B) 47 - (Both) 16

I want it to produce the figures so they are aligned right for three figures if that make sense.
So the 3 would move right so it is aligned with the 6 below, and the 67 would move right so it is under the 50 of the number 150.
I just want it based on 3 figures really but not show a zero like 002 for example.

I have tried many different formats including the ? in the formula like "?0" but that doesn't work.

Any ideas please?

Thanks in advance.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Sorry, I should have included why it didn't work.

Using your formula, this is what I got when using Verdana...

Number 1 Number 134</SPAN>
Number 345 Number 121</SPAN>
Number 145 Number 1</SPAN>

<TBODY>
</TBODY>

It didn't align the numbers.

Thanks in advance.
 
Upvote 0
Please ignore previous table, this one better depicts the results.

Sheet1

G
12Number 1 Number 134
13Number 345 Number 121
14Number 145 Number 1

<COLGROUP><COL style="WIDTH: 30px; FONT-WEIGHT: bold"><COL style="WIDTH: 278px"></COLGROUP><TBODY>
</TBODY>

Spreadsheet Formulas
CellFormula
G12=CONCATENATE("Number ",RIGHT(" "&B4,3)," Number ",RIGHT(" "&C4,3))
G13=CONCATENATE("Number ",RIGHT(" "&B5,3)," Number ",RIGHT(" "&C5,3))
G14=CONCATENATE("Number ",RIGHT(" "&B6,3)," Number ",RIGHT(" "&C6,3))

<TBODY>
</TBODY>

<TBODY>
</TBODY>


Excel tables to the web >> http://www.excel-jeanie-html.de/index.php?f=1" target="_blank"> Excel Jeanie HTML 4

 
Last edited:
Upvote 0
this one better depicts the results.

I think the forum software wacked some of the spaces - there should be 3 spaces in between each set of double quotes.

Rich (BB code):
=CONCATENATE("Number ",RIGHT("   "&B4,3)," Number ",RIGHT("   "&C4,3))
 
Upvote 0
This is the result although for some reason it won't show the figures out of alignment!!!

Excel 2007
G
19
Number 1 Number 134
20
Number 345 Number 121
21
Number 145 Number 1

<TBODY>
</TBODY>
Sheet1

Thanks in advance.

Excel 2007
G
19
Number 1 Number 134
20
Number 345 Number 121
21
Number 145 Number 1

<TBODY>
</TBODY>
Sheet1

Worksheet Formulas
Cell
Formula
G19
=CONCATENATE("Number ",RIGHT(" "&B4,3)," Number ",RIGHT(" "&C4,3))
G20
=CONCATENATE("Number ",RIGHT(" "&B5,3)," Number ",RIGHT(" "&C5,3))
G21
=CONCATENATE("Number ",RIGHT(" "&B6,3)," Number ",RIGHT(" "&C6,3))

<TBODY>
</TBODY>


<TBODY>
</TBODY>
 
Last edited:
Upvote 0
Thanks for the reply, it is appreciated.

That does work but unfortunately I was hoping to still use Verdana.

Is there possibly another way to achieve this?
If the size of your Verdana text is between (and including) 10 to 14, then this might work for you (it works on my monitor)...

=CONCATENATE("01 = (M) ",TEXT('Main Table'!E8,REPT("_0",6-2*LEN('Main Table'!E8))&"0")," - (B) ",TEXT('Bonus Table'!E8,REPT("_0",6-2*LEN('Bonus Table'!E8))&"0")," - (Both) ",TEXT('Main & Bonus Table'!E8,REPT("_0",6-2*LEN('Main & Bonus Table'!E8))&"0"))

If it does not work on your monitor, try playing with the numbers and zeroes that I highlighted in red (keeping each set the same).
 
Last edited:
Upvote 0
What font are you using?
That was my fault, I tested your formula on a different part of the SpreadSheet which was Verdana.
I set the Font to Kaiti and it worked great.

If it does not work on your monitor, try playing with the numbers and zeroes that I highlighted in red (keeping each set the same).
Thanks Rick, I had a play around but could not get it right within my SpreadSheet using Verdana and Font Size 10, 11 etc.
 
Upvote 0
Thanks Rick, I had a play around but could not get it right within my SpreadSheet using Verdana and Font Size 10, 11 etc.
Yeah, I think it may have something to do with the monitor resolution. I know you have a solution using a different font, and that is good, but I wanted to share how I went about getting those numbers in the first place. I placed "000<" in one cell and "<" in the cell below it and made both cells the desired font name and font size. I then double clicked into the cell with the lone less than symbol, put the cursor in front of the symbol and type spaces until the less than symbols lined up (or came as close to lining up as possible). If you cannot get them to line up to your satisfaction, try changing the 0's in the first cell to some other character and try typing a different number of spaces in the cell below. What you are trying to do is line the less than symbols as much as possible. When I typed in the spaces using the zeros, I got twice as many spaces as zeros to force the lining up... your first goal should be to use a different character (three of them) in place of the three zeros so that the 6 and 2 would not have to be changed, only the 0 would need changing to that character. If you cannot find such a character, then you would need to do play with the 6 and 2 to get the ratio correct.
 
Upvote 0

Forum statistics

Threads
1,216,088
Messages
6,128,744
Members
449,466
Latest member
Peter Juhnke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top