R
raj74
I have an annoying situation when I each time open the Ms excel file I have
to activate(pressing F2) a output cell (Col C) which is having a circular
reference with Col A and enterthe cell to get the desired value which is lost
when i reopen it nextime and show #value.
The ouput cell C is having a interpolate function (macro) to interpolate
from a range of value given separately for the value of corresponding B cell.
How to remove these bug, any macro help.
The File:
The three data range
A1 B1 C1
A2 B2 C2
A3 B3 C3
Now the three cols are linked by following relation
A = 4 + C
B = constvalue x A, Here B1 = 1.0 * A1, B2 = 0.9 * A2, B3 = 0.98 * A3
C = Function of (B)
C value is retrived by interpolation between a range of B & C, Given
separately, For that a macro has been writeen.
Regards
Raj
PS : Approximate 10-15 iteration it takes before converging.
Could I attach the .xls file.
to activate(pressing F2) a output cell (Col C) which is having a circular
reference with Col A and enterthe cell to get the desired value which is lost
when i reopen it nextime and show #value.
The ouput cell C is having a interpolate function (macro) to interpolate
from a range of value given separately for the value of corresponding B cell.
How to remove these bug, any macro help.
The File:
The three data range
A1 B1 C1
A2 B2 C2
A3 B3 C3
Now the three cols are linked by following relation
A = 4 + C
B = constvalue x A, Here B1 = 1.0 * A1, B2 = 0.9 * A2, B3 = 0.98 * A3
C = Function of (B)
C value is retrived by interpolation between a range of B & C, Given
separately, For that a macro has been writeen.
Regards
Raj
PS : Approximate 10-15 iteration it takes before converging.
Could I attach the .xls file.