Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I know this is simple, and I know I should know it, but I cannot get it to work and I have searched Help and the answers seem more complicated than what I really want. I have a Col that can have a number of codes with varying lengths. What I want to do is extract the 5(Fifth) Char from each Cell. eg ABCD ABCDEFGH ABCDE ABCDEF ABCDEFGHIJK Thanking you once again |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=MID(A1,5,1) -- Jacob "enna49" wrote: Hi I know this is simple, and I know I should know it, but I cannot get it to work and I have searched Help and the answers seem more complicated than what I really want. I have a Col that can have a number of codes with varying lengths. What I want to do is extract the 5(Fifth) Char from each Cell. eg ABCD ABCDEFGH ABCDE ABCDEF ABCDEFGHIJK Thanking you once again |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, Thank you.
Sometimes we try to make things more difficult that what they are. Anne "Jacob Skaria" wrote: Try =MID(A1,5,1) -- Jacob "enna49" wrote: Hi I know this is simple, and I know I should know it, but I cannot get it to work and I have searched Help and the answers seem more complicated than what I really want. I have a Col that can have a number of codes with varying lengths. What I want to do is extract the 5(Fifth) Char from each Cell. eg ABCD ABCDEFGH ABCDE ABCDEF ABCDEFGHIJK Thanking you once again |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need the MID function. You'll find it in Excel help.
-- David Biddulph enna49 wrote: Hi I know this is simple, and I know I should know it, but I cannot get it to work and I have searched Help and the answers seem more complicated than what I really want. I have a Col that can have a number of codes with varying lengths. What I want to do is extract the 5(Fifth) Char from each Cell. eg ABCD ABCDEFGH ABCDE ABCDEF ABCDEFGHIJK Thanking you once again |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP - How do I allow only 1 char/numb per cell? | Excel Discussion (Misc queries) | |||
FIND 1 char in cell of any 3 char =True | Excel Discussion (Misc queries) | |||
8500 cells with phone number(7 char.), wishing to add area code (10 char.) | Excel Discussion (Misc queries) | |||
finding char within a cell | Excel Worksheet Functions | |||
Finding char within a cell | Excel Worksheet Functions |