====== FedRptBalance ====== This function returns the balance of a Federal Report line as of a certain date. **FedRptBalance(RptName, LineNum, BalanceDate, //Company//, //PosNeg//)** ==== Example Usage ==== * **=FedRptBalance("TFR", "SC11", "7/31/2009")** Returns the balance for line SC11 of the TFR Federal Report as of July 31, 2009. * **=FedRptBalance("Call", "RI-4518", "12/31/2009 8:00PM")** Returns the balance for line RI-4518 of the Call Federal Report following the 2009 year end closeout. * **=FedRptBalance("TFR", "SC26", "3/17/2009", , "C")** Returns 'Debit Balance' because the balance for line SC26 of the TFR Federal Report on March 17, 2009 is a debit balance. 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 BalanceDate and the PosNeg parameter. That must be included because the Company parameter is not specified. * **=FedRptBalance("TFR", "SC26", "3/17/2009", "Cit")** Returns the balance for the Citizens Savings Bank accounts in line SC26 of the TFR Federal Report (ie, it excludes all of the service company accounts). See below for more information about the Company parameter. ==== Required Parameters ==== {{section>parameters#rptname}} {{section>parameters#linenum}} {{section>parameters#balancedate}} ==== Optional Parameters ==== {{section>parameters#company}} {{section>parameters#posneg}}