+ Reply to Thread
Results 1 to 2 of 2

[HELP!!!] Creating Transaction History Spreadsheet

  1. #1
    Registered User
    Join Date
    06-08-2017
    Location
    Malaysia
    MS-Off Ver
    MS Office 16
    Posts
    1

    [HELP!!!] Creating Transaction History Spreadsheet

    Hye everyone. I'm trying to develop a spreadsheet to keep track my bank transaction activities.
    Right now I'm having a little bit problem and I really need your help to figure out on how to do it.

    So here's what I'm planning.
    Untitled.png

    in the column 'bank', we can select the type of bank that we are interested in, and then when we click the bank from the drop down list, the column 'balance in bank' , the value in that cell will appear from the reference table that (green table).

    program excel.JPG

    as you can see, CIMB will calls value 250 from green table, BIMB calls value 300 from the green table.

    however, when calculations been made, there will be new balance in the bank accounts. this the part that I do not know on how to program it. any ideas on how can I update the reference table everytime 'NEW BALANCE' is calculated for certain bank ?

  2. #2
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    697

    Re: [HELP!!!] Creating Transaction History Spreadsheet

    Keep a separate sheet for the new balance and use Sumif function to automatically update the above sheet upon updating the new balance sheet which you can hide or keep it visible as you like.

    =SUMIF($D$13:$D$15,D13,$E$13:$E$15)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] help creating a history
    By jacusmc18 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-26-2016, 03:58 PM
  2. [SOLVED] Transaction History by exact code
    By makinmomb in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 12-01-2015, 08:24 AM
  3. [SOLVED] Transaction History by 5 letter keyword
    By makinmomb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-10-2015, 05:10 PM
  4. Creating Macro to capture history
    By claudiomonteverdi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-30-2012, 02:26 AM
  5. Complicated set of calculations based on transaction IDs, transaction value, etc.
    By BeeZeRCoX in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-14-2011, 11:35 AM
  6. summing a sales history spreadsheet
    By bhawkins9991 in forum Excel General
    Replies: 1
    Last Post: 09-14-2010, 05:54 PM
  7. Creating a transaction numbering User Form
    By jcarstens in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2009, 12:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1