Topic Options
#22879 - 06/21/10 10:35 AM Question on Financials SS
mseguin Offline
Stranger

Registered: 06/14/10
Posts: 2
Loc: Ontario
I've looked this up and was not able to find the answer to posting here. I'm also new(ish) to Adagio so please bear with me.

In the Financial Reports when using smartsheet, you can have the columns update to the information of the period you ask for. What I would like to know is can you update a heading to follow suit based on the year.

For example, let's say I have the year to date totals for 2010-2011 and 2009-2010 beside it to compare the two. Currently my headings are "2010-2011" and "2009-2010". If I go to, say, 12-2010 I am now in the 2009-2010 fiscal year so the totals in the two columns are going to be for 2009-2010 and 2008-2009 respectively, but the headings will still say 2010-2011 and 2009-2010.

I'd like to be able to have the column headings change so that the far left column is the year of the inquiry, then the column to its right is the previous year from the inquired upon query.

Thanks in advance.

Top
#22883 - 06/21/10 02:15 PM Re: Question on Financials SS [Re: mseguin]
Softrak Support Online   happy

Adagio Action Team

Registered: 03/09/99
Posts: 11547
Loc: Vancouver, BC Canada
Hello msequin,

Have the dates been entered as text on the sheet?

Instead of text, you should create formulas so that the dates change as the Fiscal periods change.

There are several examples in sample data. Look for GL!DateFunctionExamples.sam. The page for Insert Formula Fields has some examples. You should also look at the ColSpec Functions page. It has examples for the formulas to extract the starting and ending fiscal periods: =GLFPS and =GLFPE
_________________________
Regards,
Softrak Tech Support

Top
#23087 - 07/07/10 07:58 AM Re: Question on Financials SS [Re: Softrak Support]
mseguin Offline
Stranger

Registered: 06/14/10
Posts: 2
Loc: Ontario
I've looked in GL!DateFunctionExamples.sam but there is one problem; the date. Every example list assumes the date
( =TODAY() ?) is on the spreadsheet and then all of the examples pull from that information. On my spreadsheet I've put the date exactly listed as in the examples =TODAY() and the sheet gives me 40366 as the date, and I am currently trying to make it say May 2010.

From what I know you should have something like:

=datestring(%B%Y)

where %B will show the month (May) and %Y will show the year (2010). What I don't know is how to get the function to read the information from something. Where is the function getting %B and %Y from?

Top
#23110 - 07/08/10 08:48 AM Re: Question on Financials SS [Re: mseguin]
Softrak Support Online   happy

Adagio Action Team

Registered: 03/09/99
Posts: 11547
Loc: Vancouver, BC Canada
The correct formula for DateString is: DateString({date field},"apply format codes")

where the Date field could be any date, including Today(), and the format codes are what you indicated, just surrounded in double quotes.

So you could use: =DateString(Today(),"%B %Y") to get the month and year of today.
_________________________
Regards,
Softrak Tech Support

Top
#23117 - 07/08/10 10:51 AM Re: Question on Financials SS [Re: Softrak Support]
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
Where Current Year ends in 2010
=LEFT(STRCAT(FYEAR(1),FYEAR()),9)
gives you 2009-2010 in a cell

=LEFT(STRCAT(FYEAR(2),FYEAR(1)),9)
will be 2008-2009

Top


Moderator:  Christa_Meissner 
Who's Online
1 registered (Softrak Support), 61 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14465 Topics
70657 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