Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 3 variables: a 'real' rate named Rreal in cell D4, a
'nominal' rate named Rnominal in cell D7, and an inflation rate named Inflation in cell J7. The relationship between these variables should be as follows: ( 1 + ( Rnominal / 1000 ) ) = ( 1 + ( Rreal / 1000 ) ) * ( 1 + ( Inflation / 1000 ) ) I would like a macro that automatically runs whenever a value changes in D4, D7 or F7, that maintains the relationship between the variables. That is, the nominal rate is recalculated automatically if, say, the inflation rate is changed, or the implied inflation rate changes if either the nominal rate or real rate is changed. Can anyone show me what the macro would look like? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relationship between number | Excel Worksheet Functions | |||
Look up functions and a one to many relationship | Excel Worksheet Functions | |||
Graphing relationship between 3 variables | Charts and Charting in Excel | |||
Relationship Math Across a Row | Excel Discussion (Misc queries) | |||
Vlookup with "many to many" relationship? | Excel Worksheet Functions |