ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Concatenate with leading zeros (https://www.excelbanter.com/excel-worksheet-functions/197536-concatenate-leading-zeros.html)

Nikki

Concatenate with leading zeros
 
I need to input a formulat to concatenate three cells together. The first
cell is a nine digit number ex. 001234567 the second cell is a one digit
number ex. 8 and the third cell is a five digit number ex. 00123. I how do I
concatenate these together?
--
Nikki

Reitanos

Concatenate with leading zeros
 
Use the & operator, eg =A1&A2&A3
If you've formatted the cells as text, or used ' when typing the
values it will display the leading zeros as entered.

On Aug 4, 3:34*pm, Nikki wrote:
I need to input a formulat to concatenate three cells together. The first
cell is a nine digit number ex. 001234567 the second cell is a one digit
number ex. 8 and the third cell is a five digit number ex. 00123. I how do I
concatenate these together?
--
Nikki



Gord Dibben

Concatenate with leading zeros
 
001234567 is not a number unless it is a formatted number.

Excel would drop the leading zeros if a real number.

Assume 1234567 in A1, 8 in A2, 123 in A3

=TEXT(A1,"000000000")&A2&TEXT(A3,"00000")


Gord Dibben MS Excel MVP

On Mon, 4 Aug 2008 12:34:12 -0700, Nikki
wrote:

I need to input a formulat to concatenate three cells together. The first
cell is a nine digit number ex. 001234567 the second cell is a one digit
number ex. 8 and the third cell is a five digit number ex. 00123. I how do I
concatenate these together?




All times are GMT +1. The time now is 06:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com