Referencing an equation using vlookup/array

mc_day

New Member
Joined
Mar 19, 2009
Messages
2
OK let me try to be clear in describing what I am interested in getting

I have a worksheet that contains a list of equations (written out) that are linked to a particular object.

ex. ACRU ((2.7182818^5.32)*(DBH^2.17))/1000
BEPA ((2.7182818^4.86)*(DBH^2.33))/1000

so that ACRU relates to ((2.7182818^5.32)*(DBH^2.17))/1000

I would like to be able to lookup and calculate the following equation in another worksheet when ever I come across ACRU?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi
Welcome to the board

You can define ACRU as a named formula

Define->Name

Name: ACRU

Refers to: =((2.7182818^5.32)*(DBH^2.17))/1000
 
Upvote 0
So I have
ACRU and I want to link it to

((2.7182818^4.86)*(DBH^2.33))/1000

So in one column I have a list and in a corresponding column I have equations that are associated with the original list

I don't just want to define/name the information I actually want to calculate the new value using the listed equation
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,588
Members
449,039
Latest member
Arbind kumar

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