PC Review


Reply
Thread Tools Rate Thread

ask 2 function

 
 
=?Utf-8?B?QXNrRXhjZWw=?=
Guest
Posts: n/a
 
      27th Feb 2006
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 With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      27th Feb 2006
=PROPER(LEFT(A1,FIND(",",A1)-1))
=PROPER(RIGHT(A1,LEN(A1)-FIND(",",A1)))

--
Kind regards,

Niek Otten

"AskExcel" <(E-Mail Removed)> wrote in message
news:2CB07616-8010-4628-B58A-(E-Mail Removed)...
> 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 With Quote
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      27th Feb 2006
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" <(E-Mail Removed)> wrote in message
> news:2CB07616-8010-4628-B58A-(E-Mail Removed)...
> > 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 With Quote
 
Niek Otten
Guest
Posts: n/a
 
      27th Feb 2006
You're right! I didn't notice it on my screen so I forgot

Thanks,

--
Kind regards,

Niek Otten

"CLR" <(E-Mail Removed)> wrote in message
news:66EB5072-C0F5-4548-A273-(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
>> news:2CB07616-8010-4628-B58A-(E-Mail Removed)...
>> > 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? SteveM Microsoft Excel Programming 1 3rd Jan 2008 03:45 PM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft Dot NET Framework 1 22nd Nov 2007 11:36 AM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft ADO .NET 3 22nd Nov 2007 09:17 AM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft VB .NET 0 20th Nov 2007 04:24 AM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft Dot NET 0 20th Nov 2007 04:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:09 AM.