Find and Replace

Jonbob

Board Regular
Joined
Feb 6, 2003
Messages
160
I have the following formula in cells c3-c7:

B3*0.75
B4*0.75
B5*0.75
B6*0.75
B7*0.75

I want to do a find and replace on these cells changing *0.75 to /2, yet all I get in these cells is "/2" and not the formula I want, b3/2. Can you do a find a replace for this type of formula? I know I can just fix 1 and copy down, but is there any way to do a find and replace?

Thanks,
Jonbob
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
The problem is that the multiplication operator is an asterisk which is also a wildcard.

In the Find What field of your Find and Replace dialog box, enter
~*0.75
that is, precede the *0.75 with a tilde (usually located to the left of the numeral 1 on most keyboards).
 
Upvote 0

Forum statistics

Threads
1,221,711
Messages
6,161,450
Members
451,707
Latest member
PedroMoss2268

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