Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Pulling data from a cell in between /

Hi,

I need to extract data that is inbetween slashes in a cell. For instance, in
the example below, I need to grab the 377.51 value.

AA7061555555/377.51/20JUL07/F

How can I accomplish this?

TIA,
mab


--
mab
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Pulling data from a cell in between /

=--MID(A1,FIND("/",A1)+1,FIND("/",A1,FIND("/",A1)+1)-FIND("/",A1)-1)

--
__________________________________
HTH

Bob

"mab2819" wrote in message
...
Hi,

I need to extract data that is inbetween slashes in a cell. For instance,
in
the example below, I need to grab the 377.51 value.

AA7061555555/377.51/20JUL07/F

How can I accomplish this?

TIA,
mab


--
mab



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Pulling data from a cell in between /

That is SO PRETTY. Thank you!
--
mab


"Bob Phillips" wrote:

=--MID(A1,FIND("/",A1)+1,FIND("/",A1,FIND("/",A1)+1)-FIND("/",A1)-1)

--
__________________________________
HTH

Bob

"mab2819" wrote in message
...
Hi,

I need to extract data that is inbetween slashes in a cell. For instance,
in
the example below, I need to grab the 377.51 value.

AA7061555555/377.51/20JUL07/F

How can I accomplish this?

TIA,
mab


--
mab




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
Linking two spreadsheet, pulling data from one cell to another, data is being truncated Ben Excel Worksheet Functions 0 September 13th 07 11:41 PM
How 2 Link DATA instead of CELL REFERENCE - Pulling My Hair Out! NineuhtOK New Users to Excel 6 June 8th 07 10:44 PM
Formula for Pulling partial data from one cell into another Jamie Excel Worksheet Functions 5 June 1st 07 12:35 AM
moving data to a cell, not pulling data to the cell Yojinbou Excel Worksheet Functions 2 November 27th 06 07:32 PM
pulling certain data out of a cell D richardson Excel Worksheet Functions 6 May 13th 05 06:10 PM


All times are GMT +1. The time now is 07:43 AM.

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"