ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula help (https://www.excelbanter.com/excel-worksheet-functions/248200-formula-help.html)

Soth

formula help
 
Hi-

Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I like to
have this fomat as Boston, MA 2202. What is this correct formula? I try to
'&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do not want
to do individual because I have thousands of zipcodes.

Thank you for your help.


ryguy7272

formula help
 
=A1&", "&B1&" "&C1

HTH,
Ryan--

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Soth" wrote:

Hi-

Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I like to
have this fomat as Boston, MA 2202. What is this correct formula? I try to
'&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do not want
to do individual because I have thousands of zipcodes.

Thank you for your help.


CLR

formula help
 
=A1&", "&B1&" "&"0"&C1

Vaya con Dios,
Chuck, CABGx3




"Soth" wrote:

Hi-

Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I like to
have this fomat as Boston, MA 2202. What is this correct formula? I try to
'&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do not want
to do individual because I have thousands of zipcodes.

Thank you for your help.


Soth

formula help
 
You are one super smart. Thank you.

"CLR" wrote:

=A1&", "&B1&" "&"0"&C1

Vaya con Dios,
Chuck, CABGx3




"Soth" wrote:

Hi-

Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I like to
have this fomat as Boston, MA 2202. What is this correct formula? I try to
'&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do not want
to do individual because I have thousands of zipcodes.

Thank you for your help.


Glenn

formula help
 
Just in case the Zip Code has less than 4 digits...

=A1&", "&B1&" "&TEXT(C1,"00000")


CLR wrote:
=A1&", "&B1&" "&"0"&C1

Vaya con Dios,
Chuck, CABGx3




"Soth" wrote:

Hi-

Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I like to
have this fomat as Boston, MA 2202. What is this correct formula? I try to
'&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do not want
to do individual because I have thousands of zipcodes.

Thank you for your help.


CLR

formula help
 
Thank you for the kind words, but it's more a matter of just having been
there before.

I'm happy to have been of some help.

Vaya con Dios,
Chuck, CABGx3



"Soth" wrote:

You are one super smart. Thank you.

"CLR" wrote:

=A1&", "&B1&" "&"0"&C1

Vaya con Dios,
Chuck, CABGx3




"Soth" wrote:

Hi-

Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I like to
have this fomat as Boston, MA 2202. What is this correct formula? I try to
'&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do not want
to do individual because I have thousands of zipcodes.

Thank you for your help.


Glenn

formula help
 
Glenn wrote:
Just in case the Zip Code has less than 4 digits... OR exactly 5 digits:

=A1&", "&B1&" "&TEXT(C1,"00000")


CLR wrote:
=A1&", "&B1&" "&"0"&C1

Vaya con Dios,
Chuck, CABGx3




"Soth" wrote:

Hi-
Sample:

A B C
City State Zipcode

Boston MA 2202

I have two following questions:

1. I have address in a spreadsheet in separate column A, B, C and I
like to have this fomat as Boston, MA 2202. What is this correct
formula? I try to '&' but I has no 'comma' and 'space'.

2. The zipcodes have no zero infront and how do I add zero ? I do
not want to do individual because I have thousands of zipcodes.
Thank you for your help.



All times are GMT +1. The time now is 10:31 AM.

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