Find & Replace Hopeful

Melynnie

New Member
Joined
Nov 30, 2011
Messages
6
Good morning!

I'm working on a project for a client entering in parts & numbers. I am very anal with my work and this is what i need to do. I need to replace some measurement abbreviations with the correct one.

Example: Seal, Od, 36 X 52 X 8 mm

I would like it to read: Seal, OD, 36 X 52 X 8 mm.

I can do a find and replace however, any WORD with "od" in it will change to "OD" - thus getting words with capital letters in the middle of it. I then have to go back with find and replace for that specific word that got "included" and change it back... You can see how this can snowball..

I usually am able to find answers here, but this one is challanging me.
;)
Any suggestions?

Thanks!

Melynnie
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
also you can add spaces either side of both what's being sought and what's replacing it.
search for " od "
replace with " OD "

If Od is ever at the beginning or end of a string then you'd have to find "od " and replace with "OD " etc. etc.

In the actual dialogue box, you wouldn't use the double quotes at all.
 
Upvote 0

Forum statistics

Threads
1,215,566
Messages
6,125,593
Members
449,237
Latest member
Chase S

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top