+ Reply to Thread
Results 1 to 6 of 6

Categorising bank statements

  1. #1
    Registered User
    Join Date
    12-02-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    5

    Question Categorising bank statements

    Hi,

    I have exported a spreadsheet from netbank showing all the transactions for the past financial year.


    Rather then going through and selecting every individual transaction that would be relevant for a type of expense, I am wondering if there is a formula that will do this for me. E.g I would like to know the total I have spent on petrol this year. What would be the easiest/quickest way of doing this?

    Any/all help would be appreciated,

    Thanks

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Categorising bank statements

    depends on how the items are described

    you can use various functions such as
    SUMIF() SUMIFS() SUMPRODUCT()

    can you upload a sample sheet - with dummy info , as this is a public forum

    if the description had just the word petrol

    =sumif( range with the description, "petrol" , range to sum)
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    12-02-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Categorising bank statements

    Hi

    Thanks fo you help!!

    I have attached a dummy version of what my statement looks like.



    Dummy Tax.xlsx

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Categorising bank statements

    you could use a sumif with a wildcard

    such as
    =SUMIF(C:C, "breakfast*",B:B)

    or make a list of criteria and use that
    =SUMIF(C:C, D2&"*",B:B)

    see attached

    how do you identify petrol here ???
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-02-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Categorising bank statements

    Sorry for the late reply.

    The petrol will generally be distinguishable by words such as "7-eleven", "Caltex" or "BP".

    Is the "*" the wildcard bit? What does this mean? Just trying to learn for next time.

    Thank you so much for your help! I really appreciate it!

    Clarice

    Ps I added to your reputation

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Categorising bank statements

    it means any characters can appear after breakfast

    *breakfast*
    means breakfast appears anywhere in the text

+ 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. MACRO to group bank statements by transaction.... HELP!
    By lozoroo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2012, 04:48 PM
  2. Replies: 11
    Last Post: 01-06-2010, 08:18 PM
  3. Replies: 1
    Last Post: 08-21-2006, 04:50 PM
  4. [SOLVED] How do I reconcile bank statements?
    By RONCPA in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-12-2005, 04:05 PM
  5. Matching Bank Statements
    By BillH in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-18-2005, 08: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