I am creating an asset register with the current values of assets. I have two formula columns in use to output the current data.
Wondering if I can combine/nest the two formulas into one?
This is what I have now, any advice on how I would combine these into one forumla?
Top row is one column, bottom is the final row with current value.
(DATETIME_DIFF(TODAY(), {Purchase Date}, "years") * {Depreciation Percentage} * {Price})
MAX(SUM(Price-{Depreciation}),0)