From: enna49 on 8 Feb 2010 23:38 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
From: Jacob Skaria on 8 Feb 2010 23:54 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 >
From: "David Biddulph" groups [at] on 8 Feb 2010 23:57 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
From: enna49 on 9 Feb 2010 00:01 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 > >
|
Pages: 1 Prev: If count Next: duplicate numbers being given different rankings |