Editing multiple array formulas and maintin cell references

Cris4py

New Member
Joined
Feb 18, 2012
Messages
23
Hi

Hopefully you can help me. I would like to find a way to edit a number of array formula cells, simultaneously, adding in a data range name but retaining the other cell references. Currently I can select multiples, add in the data range name and when I press Ctrl+Shift+Enter it changes the other elements of the formula to the same values.

As an example;

In D12
{=IF(ISNUMBER(MATCH(1,IF(D7>=HFrom04,IF(D7<=HolTo04,1)),0)),"H","")}

in E12
{=IF(ISNUMBER(MATCH(1,IF(E7>=HFrom04,IF(E7<=HolTo04,1)),0)),"H","")}

in F12
{=IF(ISNUMBER(MATCH(1,IF(F7>=HFrom04,IF(F7<=HolTo04,1)),0)),"H","")}

What I want to be able to do is select all the cells simultaneously, change "H" to the named data range Activityxx, and retain everything else, as is,in the formula (e,g, not have the D7, E7, F7 all be the same value.

Thanks for your help, this ones driving me crazy and without a solution, i've got to individually edit hundreds of fields / formulas.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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