Forum Discussion

A_SIRAT's avatar
A_SIRAT
Iron Contributor
Feb 26, 2023

Formula to Calculate Daily balances

I am struggling to create a stock balances file where I can easily know the closing balances PER DAY, and what I need to borrow from the Main store as explained in the file.

I have attached the file and would appreciate to be assisted.

I am using office 2019.

 

 
  • mtarler's avatar
    mtarler
    Silver Contributor
    Starting in row 4 and filling down it looks like you could use:
    =P3+5000*N4-I4
    and I would further recommend replacing the 5000 in this case with a fixed location where the Transfer Size is stored, so something like $Z$1 if you store that in cell Z1
    • A_SIRAT's avatar
      A_SIRAT
      Iron Contributor
      Thank you.
      My main problem is that I have filled in the quantities in columns N & O manually. Would it be possible to have a dynamic formula in this cells that would update as items are being issued.
      • peiyezhu's avatar
        peiyezhu
        Bronze Contributor
        Item Code store qty
        CHEM1 main 10
        CHEM1 issuing 965
        CHEM1 main -400
        CHEM1 issuing -1300


        how about keeping record in one sheet and then pivot table?

Resources