Hi all
I've been trying unsuccessfully to replace a circular reference with a recursive lambda function. Any help would be appreciated.
So I have a value in cell A1 let's say a Bank Loan Principal
And in cell A2 I have a formation fee of 2%*A1. Then I would like to have that A1 = Principal+Formation Fee. So it is a circular reference. As I understand I can create this iteration with Lambda in cell A1 to avoid activating iterative calculations. The help is greatly appreciated.
I've been trying unsuccessfully to replace a circular reference with a recursive lambda function. Any help would be appreciated.
So I have a value in cell A1 let's say a Bank Loan Principal
And in cell A2 I have a formation fee of 2%*A1. Then I would like to have that A1 = Principal+Formation Fee. So it is a circular reference. As I understand I can create this iteration with Lambda in cell A1 to avoid activating iterative calculations. The help is greatly appreciated.