Putting a formula in a cell, named it and use it in other cells repetitively

Leslie Khoo

New Member
Joined
Dec 12, 2016
Messages
1
Instead of typing a formula into an excel cell, is it possible for me to put it into a cell, name it as Threshold2 and use that cell name in another cell? This formula also refers to another cell named L. For example, I want to put the following formula in cell AWK6.
2+(0.5*INDIRECT(ADDRESS(ROW(),L+5,4))*INDIRECT(ADDRESS(ROW(),L+4,4)))

This formula also uses a named celled L found in AWB2.

I need to use the formula partially in another cell, cell AWB6 to AWB776. How do I use it?
I tried '=Threshold2' but instead of getting the calculated results, I got the text string '2+(0.5*INDIRECT(ADDRESS(ROW(),L+5,4))*INDIRECT(ADDRESS(ROW(),L+4,4)))'

How do I get the output of the above formula in cells AWB6 to AWB776?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I did not evaluate your formula.

N.B. You can name a formula.

For the example shown above, I used Formula Name Manager
New =SumCandE
Refers to ='3c'!$C2+'3c'!$E2 3c is the sheet name Formula relates to row 2;
the row reference will change if formula is copied down.






Excel 2010
CDEF
2426
3
4102030
5
3c
Cell Formulas
RangeFormula
F2=SumCandE
F4=SumCandE
Named Ranges
NameRefers ToCells
SumCandE='3c'!$C5+'3c'!$E5
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

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