Forum Discussion

rainbowprickles's avatar
rainbowprickles
Copper Contributor
Sep 20, 2022

Not sure how to do a balance sheet on excel

Hi everyone! Thanks for helping in advance.  I'm trying to create an excel sheet where I am able to do a running balance of my income and expense for my small business.    C: Income / Expense �...
  • DexterG_III's avatar
    DexterG_III
    Sep 21, 2022

    rainbowprickles Thanks for sharing. 

     

    I made a minor tweak to the formula entered in H7, because it is in a table you shouldn't have to re-enter it as new rows are added.  

    =IF(C7="income",IFERROR(H6+G7,G7),IFERROR(H6-G7,G7))

    Another minor tweak to the current balance:

    =OFFSET(H6,COUNTA(H:H)-1,0)

     Here is a screen shot showing the ranges the running balance utilizes:

    And here is the formula in action showing both the running balance and the current balance being updated as new records are entered/modified:

     

    Hope this helps.  

    Let me know of any other questions.  Revised workbook is attached.  

    Dexter

Resources