Mass removing parts of a forumla

RyanUK

New Member
Joined
Dec 17, 2010
Messages
5
Hi all,

Using MS Excel 2007 - I have a large number of rows and columns in spreadsheets that currently have a forumla such as:

Code:
=SUBSTITUTE(AV4,"{NAME}",LOWER($A4))
Is it possible to mass remove all of the the LOWER functions through out the spreadsheet but leave in the $A4 so it reads

Code:
=SUBSTITUTE(AV4,"{NAME}",$A4)
Thanks in advance

Ryan
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
If you have replaced the formula in a cell as indicated then double click the AutoFill handle at the bottom right of the cell and it will fill through the rows to the end of your table.
 
Upvote 0
Quickest way I think is press CTRL+H (find and replace) and then

Find what: LOWER($
Replace with: ($

And then click on Replace All
 
Upvote 0
Hi Ryan,

You can do this by using find and replace.

Highlight the selection, press Ctrl+H

Find what = LOWER

Replace with = leave blank

That should do the job

:)
 
Upvote 0
Ah thank you! I wasn't sure if I would have to remove the brackets too but it looks like I don't so that is much easier.

Thanks :)
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

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