I want to lookup for previous year March values. For example if my current month is june FY24, then i want to lookup for March FY23 Values.. how can i make this lookup.
Hi @Amankrydv!
For such things you can update Anirudh's approach.
E.g. Create line items "Current year" with Year format and formula period(currentperiodstart())
Then instead of FINDITEM(Time, "Mar FY23") use FINDITEM(Time, "Mar " & NAME(Current year - 1)) It will give you March item for previous year
Make sure you change current period every year, since this approach uses it to identify current year
Thanks, Konstantin
Create a line item in a module with only time dimension and call it March FY23
Set the format to Time Period - Month and use the following formula
FINDITEM(Time, "Mar FY23")
Make sure the cell is populated. That depends on what exactly the time period is called in your model
Then in your module where you want to hardcode the number across all months, use the formula:
Data[LOOKUP: Time Module.'March FY23']
This is considered hardcoding so there might be better ways to get the same result but this should work for now, let me know if it does!
Thanks Anirudh but that didn't answer my question. I want March month of Previous Years. For example, if I am in FY24 then I need March of FY23, similarly if I am in FY23, I need lookup for March month values of FY22.
For those seeking the most optimal solution, here it is:
Example pertains to Diminishing Value calculation, but it can be applied to any scenario requiring a lookup of past year values. In this case, we use the total last year diminishing value to reduce the opening balance for the next year.
Step by step:
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…