Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi all,
1) check a sentence in a cell, when reach comma, move left portion to cell b and the balance portion to cell c. for example, terry, sweety brown - cell b terry and cell c sweety brown 2) i want to make first letter of each word upper case terry, sweety brown - Terry, Sweety Brown thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=PROPER(LEFT(A1,FIND(",",A1)-1))
=PROPER(RIGHT(A1,LEN(A1)-FIND(",",A1))) -- Kind regards, Niek Otten "AskExcel" wrote in message ... hi all, 1) check a sentence in a cell, when reach comma, move left portion to cell b and the balance portion to cell c. for example, terry, sweety brown - cell b terry and cell c sweety brown 2) i want to make first letter of each word upper case terry, sweety brown - Terry, Sweety Brown thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Neik....
This will eliminate the leading space realized from the second formula.. =PROPER(RIGHT(A1,LEN(A1)-FIND(",",A1)-1)) Vaya con Dios, Chuck, CABGx3 "Niek Otten" wrote: =PROPER(LEFT(A1,FIND(",",A1)-1)) =PROPER(RIGHT(A1,LEN(A1)-FIND(",",A1))) -- Kind regards, Niek Otten "AskExcel" wrote in message ... hi all, 1) check a sentence in a cell, when reach comma, move left portion to cell b and the balance portion to cell c. for example, terry, sweety brown - cell b terry and cell c sweety brown 2) i want to make first letter of each word upper case terry, sweety brown - Terry, Sweety Brown thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're right! I didn't notice it on my screen so I forgot
Thanks, -- Kind regards, Niek Otten "CLR" wrote in message ... Hi Neik.... This will eliminate the leading space realized from the second formula.. =PROPER(RIGHT(A1,LEN(A1)-FIND(",",A1)-1)) Vaya con Dios, Chuck, CABGx3 "Niek Otten" wrote: =PROPER(LEFT(A1,FIND(",",A1)-1)) =PROPER(RIGHT(A1,LEN(A1)-FIND(",",A1))) -- Kind regards, Niek Otten "AskExcel" wrote in message ... hi all, 1) check a sentence in a cell, when reach comma, move left portion to cell b and the balance portion to cell c. for example, terry, sweety brown - cell b terry and cell c sweety brown 2) i want to make first letter of each word upper case terry, sweety brown - Terry, Sweety Brown thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a Custom Excel Function to Calculate Gini Coefficients | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |