I am trying to find and replace the * (star, or shift+8) character in a bunch of formulas in Excel 2007. * of course matches the ENTIRE contents of the cell, which is not what I want. How do I disable this behavior?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
migrated from stackoverflow.com Oct 11 '12 at 9:48
|
Search and Replace Search for Replace with whatever. Cheers! |
|||||||||||||
|
|
If you are doing this in code, you can look for CHAR(42), which is the numeric code for the Depending on how you do it, you should even be able to use the CHAR(42) in a worksheet formula. |
|||
|
|