Results 1 to 9 of 9

Post bank transactions to bank Recon as individual amounts instead of sums

Threaded View

  1. #1
    Registered User
    Join Date
    06-21-2017
    Location
    Missouri, USA
    MS-Off Ver
    2007 through 2019
    Posts
    71

    Post bank transactions to bank Recon as individual amounts instead of sums

    I'm trying to find a quick and easy way to get our bank rec filled in. We get the transactions from the bank with columns for the date, amount, and a location identifier. In the past the transactions were hand keyed into the recon, but that was when we had a lot less locations and would take way too long now. I want to take the entire month's (or at least a week) worth of information and get it onto the recon all at once. However, I need the transactions entered as individual transactions that are added together. For instance if location A had three deposits; 100.00, 200.00, 300.00, I need it to show up in the cell as =100+200+300 instead of just 600.00.

    I have a large spreadsheet that is just heavy with formulas like this:
    =IFERROR(INDEX(BlkRng, SMALL(INDEX(($A9=BlkSer)*(MATCH(ROW(BlkSer), ROW(BlkSer),0))+($A9<>BlkSer)*1048577, 0, 0),ROW($A$1)),COLUMN($A$1))," ")

    Given a single date worth of info, and the help of a couple other formulas, that spreadsheet can output what I need:
    =1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16

    That spreadsheet works, but I can only input one date of information and its slow to process just that data. I have started using Sumifs just to get all the information at least filled in, but it's not really what I would like to have.
    I've attached an example of what I'm doing. I think this could be done with VBA, but it's beyond my abilities. I can understand and alter some VBA, but I'm not very good at starting from scratch.
    Thanks in advance for your help!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Create Macro for Bank Recon
    By imniinaaa in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-17-2018, 02:01 PM
  2. Looking to categorize bank transactions but need some help for some $$
    By berman53 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-14-2018, 04:48 PM
  3. Grouping transactions from bank account
    By ryangodammit in forum Excel General
    Replies: 9
    Last Post: 10-09-2017, 02:57 AM
  4. Auto Recon match Bank items
    By jasperj in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-06-2015, 11:49 AM
  5. How can I temporarily hide transactions in a bank statement?
    By bogglebogglehead in forum Excel General
    Replies: 1
    Last Post: 02-03-2014, 02:54 PM
  6. Bank Recon macro
    By KSHF_aZAM in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-19-2012, 12:08 PM
  7. creating macro with date cleared on bank recon
    By catherine3 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-08-2011, 03:18 PM

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