When using formula builder (in insight formulas) I often use the same logic or references multiple times. Excel has the LET function to define a variable contained within the scope of the formula. This improves maintainability and legibility. Does th...