Removing Named Range from Formula

JPBJR

New Member
Joined
May 8, 2002
Messages
32
I have many rows of a formula in several hundred worksheets similar to:

=If(q5="I",a1*b1,if(MED="P",a1*b2,a1*b3))
where MED is a named range for column Q.

The formula uses both a relative reference, i.e., Q5 and a named reference, i.e., MED to signify the same cell (don't ask me why:)

I would like to remove the named range reference from the formula, and replace it with Q5 etc...

Thank you!
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
On 2002-05-09 07:19, JPBJR wrote:
I have many rows of a formula in several hundred worksheets similar to:

=If(q5="I",a1*b1,if(MED="P",a1*b2,a1*b3))
where MED is a named range for column Q.

The formula uses both a relative reference, i.e., Q5 and a named reference, i.e., MED to signify the same cell (don't ask me why:)

I would like to remove the named range reference from the formula, and replace it with Q5 etc...

Thank you!

when you say named range, do you mean named cell?
you said that MED refers to Column Q, which is not the same as Q5?


You can use Find/Replace on formulas.

Highlight the area you want

press Ctrl+H
in Find put MED
in Replace put Q5
Replace All or Alt+A

If that's what you need.

_________________
Share the wealth!!
Ian Mac
This message was edited by Ian Mac on 2002-05-09 07:28
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,560
Latest member
Torchwood72

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