hi!
I'm not good at English.
I want to calculate the difference for each month of the time period.Is it possible to get the duration of a month when the format is a time period?
Thank you.
Image diagram
Hi @KubotaNatsuki!
I'm not very good with English either, but I hope my options will help you 🙂
I have figured out several formulas over time that may help you (see attachments
@KubotaNatsuki wrote: hi! I'm not good at English.I want to calculate the difference for each month of the time period.Is it possible to get the duration of a month when the format is a time period?Thank you. Image diagram
In a new cell, type in =DATEDIF(A1,B1,”Y”). The “Y” signifies that you'd like the information reported in years. This will give you the number of years between the two dates. To find the number of months or days between two dates, type into a new cell: =DATEDIF(A1,B1,”M”) for months or =DATEDIF(A1,B1,”D”) for days.
Official Website
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…