I would like to create a formula to reference a cell with a formula and then replace each of the cell references within the cell with an offset reference; in effect, I would like to use column c to automatically describe, in plain english, what the formula in cell B1 is calculating. The example formula in the attached is a simple formula, but I would like to use this formula so that more complicated formulas can be described in my spreadsheet. I am thinking that there must be a way to do this with some combination of functions like replace, offset, formulatext or textsplit, but I am struggling with how to best do within excel (without using macros).
Then, I would like to create a formula to automatically write a Lambda function that I can then copy/paste into name manager.
In the attached:
B$1 already equals $C$8/$C/7*365
$C$1 should equal: Accounts Receivable / Revenue * 365
$D$1 should equal: Lambda(Accounts Receivable / Revenue,Accounts Receivable / Revenue*365)
Thank you in advance to the community for suggestions or help (or if this question has been answered previously, to a referral to the answer).
Then, I would like to create a formula to automatically write a Lambda function that I can then copy/paste into name manager.
In the attached:
B$1 already equals $C$8/$C/7*365
$C$1 should equal: Accounts Receivable / Revenue * 365
$D$1 should equal: Lambda(Accounts Receivable / Revenue,Accounts Receivable / Revenue*365)
Thank you in advance to the community for suggestions or help (or if this question has been answered previously, to a referral to the answer).