Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Picking out certain data from a cell

How do i pick out from within a cell those that have a certain character? In my case, from this cell below: I would like to pick out only #01-034.

#01-034 EAST AVENUE

Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,872
Default Picking out certain data from a cell

Hi Jade,

Am Wed, 9 May 2012 08:32:06 +0000 schrieb jade89:

#01-034 EAST AVENUE


the string in A1, then try:
=LEFT(A1,FIND(" ",A1)-1)


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Senior Member
 
Location: Belo Horizonte, Brazil
Posts: 170
Thumbs up

Quote:
Originally Posted by jade89 View Post
How do i pick out from within a cell those that have a certain character? In my case, from this cell below: I would like to pick out only #01-034.
#01-034 EAST AVENUE
Is there a way to do this?
<<<<< HELP from BRAZIL

Dear JADE89, Good Morning.

Suppose your data is on A1 cell.

Then at B1 cell put this:
=IF(MID(A1,1,8)="#01-034 ",REPLACE(A1,1,8,),A1)

Take a look at it and tell me if it worked for you.
Fell free to ask anything about your question.

If it is not what you are looking for, please, show us an example of the workbook to make it easier to understand the issue?
Attach it here.

Have a nice day.
__________________
I hope it can help you.

Best regards,
Marcilio Lobão
---------------------------
Belo Horizonte, Brazil

Last edited by Mazzaropi : May 9th 12 at 04:11 PM Reason: MISTYPING
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 to I create picking another sheet data with 2 different cell DC Excel Worksheet Functions 1 March 11th 08 04:27 PM
picking some data from a column guenter Excel Programming 2 July 26th 05 03:43 PM
Picking data Tudor Excel Worksheet Functions 2 June 14th 05 11:16 AM
picking data axg275 Excel Programming 0 August 7th 04 07:44 PM
Picking data from another workbook jdcollins21[_2_] Excel Programming 2 November 19th 03 09:02 PM


All times are GMT +1. The time now is 01:39 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"