I need to determine the number of days in the past three months (whole months). For example, if I ran the report today, it would not look at March but start with February, then January, then December. The number returned would be 90.
I have a formula in Excel that gives me the results but it uses Excel Functions.
=DAY(EOMONTH(TODAY(),-1))+DAY(EOMONTH(TODAY(),-2))+DAY(EOMONTH(TODAY(),-3))
Are there functions in Crystal that can help me write the same formula?
I'm using CR v8.5.
Thanks in advance for any suggestions.
I have a formula in Excel that gives me the results but it uses Excel Functions.
=DAY(EOMONTH(TODAY(),-1))+DAY(EOMONTH(TODAY(),-2))+DAY(EOMONTH(TODAY(),-3))
Are there functions in Crystal that can help me write the same formula?
I'm using CR v8.5.
Thanks in advance for any suggestions.