![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
I have downloaded data from Filemaker Pro to a text tab delimited file, and imported into XL. My problem is I have little squares where hard returns are in the file. I need to get rid of these and replace it with a space. I have tried find and replace, but it doesn't seem to work. In help I have discovered the clean function, but I don't understand pivot tables, so it is confusing. Please make directions as simple as possible for this beginner!
Thanks! Christine |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=SUBSTITUTE(A1,CHAR(13)," ") will replace carriage returns in A1 with spaces. Aladin |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
Thanks, Aladdin. I have tried and I still have those little squares. Anything else I can try?
Christine |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Christine, let's see what those "little squares" actually are. In an empty cell enter, =CODE(RIGHT(A1)), where A1 is a reference to one of those pesky text strings. What's the value that's returned?
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
11 is what shows up.
?? Christine |
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
=SUBSTITUTE(A1,CHAR(11)," ") |
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
Yay!!! Thank you so much!
Christine |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|