Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi.
I have a 21 digit number, and I want the 2'nd through 10'th digits placed in cell B1. I would like the 11'th and 12'th digits placed in cell C1. I would like the 19'th through 21'st digits placed in cell C3. How do I do this? Here is an example of what I am trying to do: A B C D 1 213042156298658923911 130421562 98 911 2 3 4 5 -- vze2mss6 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the MID function
Regards Trevor "joesf16" wrote in message ... Hi. I have a 21 digit number, and I want the 2'nd through 10'th digits placed in cell B1. I would like the 11'th and 12'th digits placed in cell C1. I would like the 19'th through 21'st digits placed in cell C3. How do I do this? Here is an example of what I am trying to do: A B C D 1 213042156298658923911 130421562 98 911 2 3 4 5 -- vze2mss6 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MID(B1,2,9)
=MID(B1,11,2) =MID(B1,19,3) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "joesf16" wrote in message ... Hi. I have a 21 digit number, and I want the 2'nd through 10'th digits placed in cell B1. I would like the 11'th and 12'th digits placed in cell C1. I would like the 19'th through 21'st digits placed in cell C3. How do I do this? Here is an example of what I am trying to do: A B C D 1 213042156298658923911 130421562 98 911 2 3 4 5 -- vze2mss6 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Got it thanks!
-- vze2mss6 "joesf16" wrote: Hi. I have a 21 digit number, and I want the 2'nd through 10'th digits placed in cell B1. I would like the 11'th and 12'th digits placed in cell C1. I would like the 19'th through 21'st digits placed in cell C3. How do I do this? Here is an example of what I am trying to do: A B C D 1 213042156298658923911 130421562 98 911 2 3 4 5 -- vze2mss6 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Separate a String of #'s | Excel Worksheet Functions | |||
Separate a FirstLast text string into two columns | Excel Discussion (Misc queries) | |||
Converting Text String to Separate Numbers | Excel Discussion (Misc queries) | |||
Separate characters in a string | Excel Discussion (Misc queries) | |||
Breaking up a string into separate columns | Excel Worksheet Functions |