![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
I am opening a .txt file and then use the delimit feature and delimit file by | then when i open the file the very first column i want to do find and replace, i am keeping find what field empty and then i am saying replace with "Unknown". it does'nt work.
do u know why? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
What is it that you're trying to find?
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: =ActiveCell.Address
Posts: 478
|
If Excel can't find anything it won't do anything and you haven't specified anything for it to find.
If you're trying to replace the blank cells with "Unknown", then try copying this formula down another column =IF(A1<>"",A1,"Unknown") |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
I am trying to find "" but looks like there are no "". so how can i find what that cell contains when it shows blank and it is not "" so how to replace the contents of that cell with "Unknown"?
I tried AJ's formula but does not work it works on the cell in the rows where data on the work sheet ends after that it works |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
Any one who knows answer to this?
|
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
Auto Filter only shows the values of 4 types which are there in data and shows blank and non blank
|
|
|
|
|
|
#8 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#9 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
It shows me those rows which i am trying to replace when i select blanks
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|