View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Replace text in formula

Click Edit/Replace on Excel's menu bar, put this in the "Find what" field...

="P"

and put this in the "Replace with" field...

<""

Then hit the Replace All button.

--
Rick (MVP - Excel)


"J Alcorn" wrote in message
...
Hi,
Two questions:
1.
I have a formula which is in quite a few cells. I want to change a
specific
text can I do this en mass, or do I have to do each on manually.
e.g.
=SUMPRODUCT(--(B7:B173=B178),--(G7:G173="P"))/D178*100
I want to change the "P" to search for any entry in a cell in the relevant
columns.

2.
What do I replace the "P" with to be able to search for any entry in the
relveant column?

Thanks in advance