Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default proper formula - how to make the state be CAPS

In my worksheet I have the address in separate columns, when I put in a
Proper formula to get the Address City, ST and zip to be all in one cell the
State is always Oh instead of OH and Mi instead of MI. Is there a way to get
the state to be CAPS?

Thanks for you help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default proper formula - how to make the state be CAPS

One way:

B1: Address
C1: City
D1: State
E1: Zip

G1: =PROPER(B1 & ", " & C1) & ", " & UPPER(D1) & " " & E1



In article ,
kmjmail wrote:

In my worksheet I have the address in separate columns, when I put in a
Proper formula to get the Address City, ST and zip to be all in one cell the
State is always Oh instead of OH and Mi instead of MI. Is there a way to get
the state to be CAPS?

Thanks for you help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default proper formula - how to make the state be CAPS

What is the formula you are using?

If you have lower case text in A1 then
=UPPER(A1) in any other cell will convert it to Upper case.



"kmjmail" wrote:

In my worksheet I have the address in separate columns, when I put in a
Proper formula to get the Address City, ST and zip to be all in one cell the
State is always Oh instead of OH and Mi instead of MI. Is there a way to get
the state to be CAPS?

Thanks for you help.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default proper formula - how to make the state be CAPS

Thank you so much, it worked perfectly.

"JE McGimpsey" wrote:

One way:

B1: Address
C1: City
D1: State
E1: Zip

G1: =PROPER(B1 & ", " & C1) & ", " & UPPER(D1) & " " & E1



In article ,
kmjmail wrote:

In my worksheet I have the address in separate columns, when I put in a
Proper formula to get the Address City, ST and zip to be all in one cell the
State is always Oh instead of OH and Mi instead of MI. Is there a way to get
the state to be CAPS?

Thanks for you help.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I change from all caps to proper case? Tom III Excel Discussion (Misc queries) 6 May 30th 07 05:54 AM
Is there a way to change Lowercase or Proper to ALL CAPS? Don Excel Worksheet Functions 2 November 5th 06 08:57 PM
Converting All Caps to Proper casing jermsalerms Excel Worksheet Functions 2 January 6th 06 01:03 AM
How do I make some columns all caps and others proper? rmm30 Excel Discussion (Misc queries) 2 June 13th 05 07:35 PM
How do I change a spreadsheet from all caps to "Proper" dumbfounded Excel Discussion (Misc queries) 9 November 30th 04 08:22 PM


All times are GMT +1. The time now is 12:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"