Having a start date and a monthly subscription price, I would like to calculate the Lifetimevalue of a client. Therefor I need to know how many months the client has been active. I couldn’t find a way to calculate that with the formulas. I tried different possibilities using the formulas DATE, DATEVALUE, MINUS, MULTIPLY, TIME, TIMEVALUE and more.
Using the DAYS formula did work. Thanks Darko for the advise!
DAYS(enddate,startdate)*12/365.2524
DAYS(TODAY(),startdate)*12/365.2524
multiply with 12 for the months
divide through 365.2524 for the days in a year.
Would love a months formula, too, to avoid all those decimal places.
I think we really need the documentation for this attribute. “Date + 3” seems to only use the year.
Do you have multiple attributes that are labeled “Refund by”? This is the only way I can reproduce your error: Choosing for example a text attribute (with the same name);
Mystery solved - believe it or not it’s browser incompatibility.
The same formula column edited in Firefox works, and remains working when viewed in Safari.
But it cannot be edited/saved in Safari.
Safari is my default browser and I have been experiencing many problems.