ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Retrieving contents of wildcard match in search and Replace (https://www.excelbanter.com/excel-programming/344648-retrieving-contents-wildcard-match-search-replace.html)

[email protected]

Retrieving contents of wildcard match in search and Replace
 
IS there a way in the Replace part of Search and Replace to use any
wildcard match on the SEarch side verbatim... Let me explain...

I have a bunch of cells where I have the formula Stdev(<Cell Range)

Using Search and Replace, I want to use the Percentile Function instead
of the Stdev function.. So I want to change the formula to
Percentile(<Cell Range,0.8)..

I tried searching for Stdev(*) but saying Percentile(*,0.8) in the
Replace does not work

Any ideas if this can be done?????????


Jim Rech

Retrieving contents of wildcard match in search and Replace
 
You might try doing 2 replaces. First replace ")" with ",0.8)" and second
"stdev" with "percentile". Doing it in the other order creates an invalid
formula error.

--
Jim
wrote in message
ups.com...
| IS there a way in the Replace part of Search and Replace to use any
| wildcard match on the SEarch side verbatim... Let me explain...
|
| I have a bunch of cells where I have the formula Stdev(<Cell Range)
|
| Using Search and Replace, I want to use the Percentile Function instead
| of the Stdev function.. So I want to change the formula to
| Percentile(<Cell Range,0.8)..
|
| I tried searching for Stdev(*) but saying Percentile(*,0.8) in the
| Replace does not work
|
| Any ideas if this can be done?????????
|




All times are GMT +1. The time now is 07:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com