gl_excel:lineaverageround

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
gl_excel:lineaverageround [2010/06/21 15:45 UTC] mwolfegl_excel:lineaverageround [2010/06/21 15:47 UTC] – removed reference to unavailable Company parameter mwolfe
Line 11: Line 11:
 ==== Example Usage ==== ==== Example Usage ====
   * %InlineCode{=LineAverageRound("BALCON", "A01", "7/31/2009")}%  Returns the daily average balance in thousands for line A01 of the BALCON user report during the month of July, 2009.   * %InlineCode{=LineAverageRound("BALCON", "A01", "7/31/2009")}%  Returns the daily average balance in thousands for line A01 of the BALCON user report during the month of July, 2009.
-  * %InlineCode{=LineAverageRound("BALCON", "A01", "3/17/2009", "C")}%  Returns 'Debit Balance' because the daily average balance for line A01 of the BALCON user report during the month of March 2009 is a debit balance and the "C" in our formula told Excel to only display the balance if it was a credit.  See below for more information about the PosNeg parameter+  * %InlineCode{=LineAverageRound("BALCON", "A01", "3/17/2009", "C")}%  Returns 'Debit Balance' because the daily average balance for line A01 of the BALCON user report during the month of March 2009 is a debit balance and the "C" in our formula told Excel to only display the balance if it was a credit.  See below for more information about the PosNeg parameter. 
-    * Note the extra comma between the AvgBalDate and the PosNeg parameter.  That must be included because the Company parameter is not specified+  * %InlineCode{=LineAverageRound("BALCON", "A01", "6/30/2009", , "1/1/2009")}%  Returns the daily average balance in thousands for line A01 of the BALCON user report during the first two quarters of 2009.   
-  * %InlineCode{=LineAverageRound("BALCON", "A01", "6/30/2009", , "1/1/2009")}%  Returns the daily average balance in thousands for line A01 of the BALCON user report during the first two quarters of 2009.   +    * Note the extra comma between the AvgBalDate and the StartDate.  It must be included because the PosNeg parameter is not specified.
-    * Note the two extra commas between the AvgBalDate and the StartDate.  They must be included because the Company and PosNeg parameters are not specified.+
  
 ==== Required Parameters ==== ==== Required Parameters ====
Line 21: Line 20:
 {{section>parameters#avgbaldate}} {{section>parameters#avgbaldate}}
 ==== Optional Parameters ==== ==== Optional Parameters ====
-{{section>parameters#company}} 
 {{section>parameters#posneg}} {{section>parameters#posneg}}
 {{section>parameters#startdate}} {{section>parameters#startdate}}
  • gl_excel/lineaverageround.txt
  • Last modified: 2023/07/24 14:33 UTC
  • by 127.0.0.1