Use Find and Replace in Excel

T

tenspeed2

I have the following in cells after using a formula. #INVALID_DATA. The
reason is there is no data in the cell. If i use the Find and Replace to
remove the unwanted data in the cells I first use the find all command. I
change the Formulas to Values. I can see the unwanted data at the bottom. I
then use the Replace command. At that time I try to change the Formulas to
Values. There is no Values under the replace. There is a Values in the Find
section. What do I do to replace
#INVALID_DATA in the cells with nothing, like using ""? I do not know what
#INVALID_DATA is. The only way I have found to remove it is to do a copy
paste special command but this only works for one, I have a number of these
to replace.
Thanks for any help on this
 
R

Reeza

I have the following in cells after using a formula. #INVALID_DATA. The
reason is there is no data in the cell. If i use the Find and Replace to
remove the unwanted data in the cells I first use the find all command. I
change the Formulas to Values. I can see the unwanted data at the bottom.I
then use the Replace command. At that time I try to change the Formulas to
Values. There is no Values under the replace. There is a Values in the Find
section. What do I do to replace
#INVALID_DATA in the cells with nothing, like using ""? I do not know what
#INVALID_DATA is. The only way I have found to remove it is to do a copy
paste special command but this only works for one, I have a number of these
to replace.
Thanks for any help on this

What formula are you using?
Perhaps change formula to an if(isna(formula), "", formula)
calculation?

Reeza
 
Joined
May 6, 2010
Messages
2
Reaction score
0
Remove #INVALID_DATA

I am using the following formula in Excel. =xlqprice(A3).
The stock symbols are in column A2:A300. When I do a pull down
so I can see all the prices in column B there are times there is no
data so I am seeing #INVALID_DATA. I have tried using FIND and
REPLACE. In FIND I change FORMULAS to VALUES. I see all the cells that have #INVALID_DATA so I go to the REPLACE command. Under REPLACE I do not see the VALUES command only the FORMULAS command. I have found that if I go to the cells that have #INVALID_DATA in them and do a copy paste special I can remove the unwanted data.
My question is what can I use WITH =xlqprice(A3) so that I remove just #INVALID_DATA.

 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Find and Replace Command 2
Find & Replace Options 4
Find and Replace error 3
Find and Replace 4
Find & Replace 2
Find and Replace variable string 11
Find and Replace - Options 1
Find and Replace Lookup errors 7

Top