Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
lynn
 
Posts: n/a
Default is there a formula out there?

I have list of numbers (approx 350) that is five digits long. Is it possible
to use a formula to extract the 1st, 3rd and 4th digits from these numbers
and make another list. (ie. 12345 becomes 134, there are '0's starting and
ending some of the numbers)
  #2   Report Post  
George Nicholson
 
Posts: n/a
Default

=LEFT(A2,1) & MID(A2,3,1) & MID(A2,4,1)

HTH,
--
George Nicholson

Remove 'Junk' from return address.


"lynn" wrote in message
...
I have list of numbers (approx 350) that is five digits long. Is it
possible
to use a formula to extract the 1st, 3rd and 4th digits from these numbers
and make another list. (ie. 12345 becomes 134, there are '0's starting
and
ending some of the numbers)



  #3   Report Post  
Tim C
 
Posts: n/a
Default

=LEFT(A2,1) & MID(A2,3,2)

Tim C

"George Nicholson" wrote:

=LEFT(A2,1) & MID(A2,3,1) & MID(A2,4,1)

HTH,
--
George Nicholson

Remove 'Junk' from return address.

"lynn" wrote in message
...
I have list of numbers (approx 350) that is five digits long. Is it
possible
to use a formula to extract the 1st, 3rd and 4th digits from these
numbers
and make another list. (ie. 12345 becomes 134, there are '0's starting
and ending some of the numbers)



  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Use DataText to Columns to split the numbers. You can specify the split
point as fixed points, each digit in your case.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"lynn" wrote in message
...
I have list of numbers (approx 350) that is five digits long. Is it

possible
to use a formula to extract the 1st, 3rd and 4th digits from these numbers
and make another list. (ie. 12345 becomes 134, there are '0's starting

and
ending some of the numbers)



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
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Cell shows formula and not the result of the formula. stumpy1220 Excel Worksheet Functions 2 January 14th 05 05:11 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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