Topic Options
#10477 - 12/06/07 02:12 PM Days between Dates in the Financial Reporter
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
I'm working on a client report that needs statistics on number of days in inventory, number of days in Accts Pay, Number of days Accts Rec. etc.

To do the calculations each reporting period I need to calculate the number of days from the start of the fiscal year to the end of the reporting period.

For example a year end of Sep 30. Reporting period for the period Oct to Dec 2007 would calculate Oct 1 to Dec 31 = 91 days.

Top
#10479 - 12/06/07 02:14 PM Re: Days between Dates in the Financial Reporter [Re: Michael Mulrooney]
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
For End of the Current Fiscal Period
Use = ADGETF("gldates.END",FPRIOR(0)) (In Cell C6)

For Start of the Fiscal Year
Use =GLFPS("[1]M") (In Cell D6)

Then = C6-D6 will give you the number of days

Top
#10482 - 12/06/07 03:34 PM Re: Days between Dates in the Financial Reporter [Re: Michael Mulrooney]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
or, you can just enter:
Code:
=GLFPED("M")-GLFPSD("Y")+1

into the cell.

_________________________
Andrew Bates

Top


Moderator:  Christa_Meissner 
Who's Online
1 registered (Samuel Kopstick), 59 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14458 Topics
70633 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30