Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friend,
I have one excel file , It conatain one column with raw data like

name
address
landline no
mobile no
(this data is in one column and seperated by rows)

I want to extract only mobile number from this list.
how can i do this?
Posted
Comments
R. Giskard Reventlov 12-May-11 6:38am    
You could use a regular expression but you'd need to know the exact format of the data you are searching for. What have you already tried?
bsb25 12-May-11 6:48am    
regex will wrk fine...tats the best soln for searching mobile no...

There is no way .
U have to add on extra column in excel which contains unique identity in terms of rows like phone,name,address and make it read only and give filter.
U have to tell user to specify that unique identity from filter while entering data...

Hope it helps..
 
Share this answer
 
Go through this link and try.

http://support.microsoft.com/kb/311731[^]

if you have any query ,post it..
 
Share this answer
 
Excel provides you an 'Text to Column' option to help this kind of situations, try this by proving line breaks as the delimiter.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900