Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carl
 
Posts: n/a
Default Inserting a Space in The Same Place Formula

I have a column of data that comes in like so :

ABCAA
EFGDD
HIJSS

I would like a formula in COLB that will but a space in between the 3rd and
4th characters.

ABC AA
EFG DD
HIJ SS

I've been using the text to columns function but was hoping that a folrmula
could do they same thing.

Thank you in advance.

  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=REPLACE(A1,4,," ")

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a column of data that comes in like so :

ABCAA
EFGDD
HIJSS

I would like a formula in COLB that will but a space in

between the 3rd and
4th characters.

ABC AA
EFG DD
HIJ SS

I've been using the text to columns function but was

hoping that a folrmula
could do they same thing.

Thank you in advance.

.

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

=LEFT(A1,3)&" "&MID(A1,4,2)


On Fri, 4 Mar 2005 10:25:05 -0800, "carl"
wrote:

I have a column of data that comes in like so :

ABCAA
EFGDD
HIJSS

I would like a formula in COLB that will but a space in between the 3rd and
4th characters.

ABC AA
EFG DD
HIJ SS

I've been using the text to columns function but was hoping that a folrmula
could do they same thing.

Thank you in advance.


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
Can I use a formula in place of OffsetRows? Arlen Excel Discussion (Misc queries) 6 February 9th 05 05:31 PM
What takes the place of a space in a formula? greenrocksandsodoesschoolandmylife Excel Discussion (Misc queries) 3 February 3rd 05 07:00 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Inserting row but with formula carried down Steve R Excel Worksheet Functions 1 December 15th 04 03:23 PM
Req Formula to place 1 into next columns stge Excel Worksheet Functions 1 November 8th 04 02:59 PM


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