Hi Team,
Need some help with a bit of a head scratcher. I am working on an asset forecasting module at a category level (due to requirements outside of my control we cannot input the values in at the individual asset level).
The categories are in their own list and I have a simple module that houses their life for depreciation purposes.
The complication comes with the inputting of the values. the user needs to input the additional value into the asset category by year but also a variable for how much to offset the start of the depreciation. so for example software has a useful life of 3 years. I add $30000 of software in FY25 ($10000 a year depreciation) but also want to offset the depreciation by .5 years so FY25 would have $5000, FY26 10000 so on. I have created the input module below showing the exampl
I cannot wrap my head around how the calculation module would go. I know you can use post to push a value into the future but that is only a single output number. below is an excel snip of how the above example would look.
I can accomplish the above in excel, which I could then have it spit out the depreciation values for the user to copy and paste into a depreciation field but am wondering if this can be accomplished completely in anaplan.
Any help would be appreciated.