PC Review


Reply
Thread Tools Rate Thread

Breaking the data of column A into two columns First Name & Last name.

 
 
Akash
Guest
Posts: n/a
 
      16th Jun 2007
Hi,

I have a database of 5000 Names in Column A. e.g. A1:A5000, e.g.

Murali Baggam
Akash Maheshwari
Diya Kathuriya
Rajiv Kumar Taparia
Sunita Kumari Iyar Rani


I want to break the data of column A into two columns First Name &
Last name with the help of a macro.

Awaiting for the help from ur side.

Thanks

Akash

 
Reply With Quote
 
 
 
 
NOPIK
Guest
Posts: n/a
 
      16th Jun 2007


=Split(A:A, " ")

 
Reply With Quote
 
Akash
Guest
Posts: n/a
 
      16th Jun 2007
Sorry I am not able to find the Split function in excel 2003.

More over i want a new column for every word after a space

Suppose in Cell A1 i have a name like:Sunita Kumari Iyar Rani

So I want Sunita in cell B1
So I want Kumari in cell C1
So I want Iyar in cell D1
So I want Rani in cell E1

This is the main Requirement. And I wanted to do the same with the
help of macros.

how this can be done.

Thanks

Akash



On Jun 16, 3:40 pm, NOPIK <c...@mail.ru> wrote:
> =Split(A:A, " ")



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      16th Jun 2007
Insert a few columns to the right of column A (to hold those parsed values).

Then select your range
data|text to columns
delimited (by space)
and finish up

If you really need a macro, you can record one when you do it manually.

Akash wrote:
>
> Sorry I am not able to find the Split function in excel 2003.
>
> More over i want a new column for every word after a space
>
> Suppose in Cell A1 i have a name like:Sunita Kumari Iyar Rani
>
> So I want Sunita in cell B1
> So I want Kumari in cell C1
> So I want Iyar in cell D1
> So I want Rani in cell E1
>
> This is the main Requirement. And I wanted to do the same with the
> help of macros.
>
> how this can be done.
>
> Thanks
>
> Akash
>
> On Jun 16, 3:40 pm, NOPIK <c...@mail.ru> wrote:
> > =Split(A:A, " ")


--

Dave Peterson
 
Reply With Quote
 
Akash
Guest
Posts: n/a
 
      16th Jun 2007
On Jun 16, 4:54 pm, Dave Peterson <peter...@verizonXSPAM.net> wrote:
> Insert a few columns to the right of column A (to hold those parsed values).
>
> Then select your range
> data|text to columns
> delimited (by space)
> and finish up
>
> If you really need a macro, you can record one when you do it manually.
>
>
>
>
>
> Akash wrote:
>
> > Sorry I am not able to find the Split function in excel 2003.

>
> > More over i want a new column for every word after a space

>
> > Suppose in Cell A1 i have a name like:Sunita Kumari Iyar Rani

>
> > So I want Sunita in cell B1
> > So I want Kumari in cell C1
> > So I want Iyar in cell D1
> > So I want Rani in cell E1

>
> > This is the main Requirement. And I wanted to do the same with the
> > help of macros.

>
> > how this can be done.

>
> > Thanks

>
> > Akash

>
> > On Jun 16, 3:40 pm, NOPIK <c...@mail.ru> wrote:
> > > =Split(A:A, " ")

>
> --
>
> Dave Peterson- Hide quoted text -
>
> - Show quoted text -


thanks a tonn for helping me....

 
Reply With Quote
 
=?Utf-8?B?U2hhbmVEZXZlbnNoaXJl?=
Guest
Posts: n/a
 
      16th Jun 2007
Hi,

NOPIK is playing with you! There is no such function is Excel, not even in
2007.

Thanks,
Shane Devenshire


"NOPIK" wrote:

>
>
> =Split(A:A, " ")
>
>

 
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
Breaking out rows of data, sequentially, into headered columns Randy Microsoft Excel Programming 3 26th Dec 2009 03:53 AM
2 columns have same data:Sort column E, but column A changes as we MUTTMIND Microsoft Excel Worksheet Functions 1 16th Feb 2009 11:27 AM
I have 3 columns of data. Column A has 900 items in it, Column B Lakewoodsale Microsoft Excel Misc 1 9th Dec 2007 09:30 AM
Breaking down one column of data into two columns =?Utf-8?B?Q3VyaW91czE5NzU=?= Microsoft Access 8 3rd May 2006 09:26 PM
custom data column headers, specific columns with web data grid =?Utf-8?B?YW5kcmV3Y3c=?= Microsoft C# .NET 0 9th Jul 2004 05:32 AM


Features
 

Advertising
 

Newsgroups
 


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