+ Reply to Thread
Results 1 to 7 of 7

Beginner reconciliation help: Required to define transactions into categories

  1. #1
    Registered User
    Join Date
    09-30-2023
    Location
    global
    MS-Off Ver
    365
    Posts
    3

    Beginner reconciliation help: Required to define transactions into categories

    Hi all, brief introduction - I am a new hire as an assistant accountant and my manager gave me an adhoc task to try out. Unfortunately, I have negligible practical experience in using excel at work so i'm taking a course on the basics of excel. It feels quite slow and I feel that a better "crash course" to learning would be to take up more tasks from my manager and use this forum to help me out on solving problems, quite a godsent that there's a dedicated forum to helping newbies out like me. (And excuse me for my articulation when explaining my problems I'm still getting the hang of it)

    So, payments are categorised into A, B, C and D. I'm required to use the description as the parameters on where to place the payments into said categories like this:
    A -> for "Name", "Date", #number, at, "Location"
    B -> Charge for "email"
    C -> "Location" - order "XXX"
    D -> Description error

    After definition which transactions belong to A to D, I need to determine the different locations for category A but I haven't gotten this far yet

    My formula to finding these keywords are as follows: =IF(ISNUMBER(SEARCH("Charge For",K3)),"B",IF(ISNUMBER(SEARCH("for",K3)),"A",IF(ISNUMBER(SEARCH("X - Order ",K3)),"C")))

    My idea of using ISNUMBER is to search for a string that matches the description with the parameters, then to either return the letter A, B or C or FALSE. I know this method leaves a large room for error and is an incomplete way to search. I also feel that the first step (Defining categories) and the second (determining locations) formulas are sharing the same concept with each other. I have attached a sample file, thank you
    Attached Files Attached Files
    Last edited by drmbandemic; 10-02-2023 at 07:14 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,783

    Re: Beginner reconciliation help: Required to define transactions into categories

    One of the really useful functions to learn about in Excel is VLOOKUP (and related functions XLOOKUP, HLOOKUP and LOOKUP). Essentially, you have a table somewhere on your sheet made up of 2 or more columns, the first column contains values to be searched for and the other columns are the corresponding values to be returned if the lookup is successful. VLOOKUP allows wildcard characters, so you can look for partial matches using these. It is well worth getting to know more about these functions.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-30-2023
    Location
    global
    MS-Off Ver
    365
    Posts
    3

    Re: Beginner reconciliation help: Required to define transactions into categories

    Thanks, i briefly looked up on the LOOKUP functions. Here I made an example formula: =VLOOKUP("Charge for"&"*", O1:O1424, 15, "B"), and it returns back #VALUE. If I'm missing out on any of the criterion, I would describe my formula to look for a string of "Charge for" followed by anything else that comes afterwards (&"*"), at cell O with a given range at column 15. If it finds "Charge for" and an e-mail in my situation, it will return output "B". Could you help me out on this? Thanks

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,783

    Re: Beginner reconciliation help: Required to define transactions into categories

    Try this formula in B3:

    =IF(LEFT(K3,3)="for","A",IF(LEFT(K3,10)="Charge For","B",IF(LEFT(K3,9)="X - Order","C",FALSE)))

    then copy down. The reason I suggested putting it in column B is so that you can compare the results with your other formula directly. You can see that your formula is matching with "for" within the text in some instances, rather than at the beginning of the text which my formula does.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    09-30-2023
    Location
    global
    MS-Off Ver
    365
    Posts
    3

    Re: Beginner reconciliation help: Required to define transactions into categories

    The next step is to find the customers name. I used

    =MID(K3, FIND("for ", K3) + 4, FIND(",",K3) - FIND("for ", K3) - 4)

    to find the string between the distance of "for" and ",", yet I again get the return of #VALUE. Any advice?

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,783

    Re: Beginner reconciliation help: Required to define transactions into categories

    Attach your workbook again with that formula in it, and I'll take a look at it later.

    Pete

  7. #7
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,461

    Re: Beginner reconciliation help: Required to define transactions into categories

    Please try in B3 and copy down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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. count distinct values and return required group categories
    By redJohn89 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 09-09-2021, 10:31 AM
  2. [SOLVED] Automation required for bank reconciliation
    By yogyata26 in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 07-29-2020, 11:35 PM
  3. [SOLVED] Help Required: Assign Values to Categories
    By Aerodynamix in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 12-08-2015, 01:09 PM
  4. [SOLVED] Unable to assign values to categories - Rules based formula help required
    By Aerodynamix in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-21-2015, 12:40 PM
  5. Formula required for beginner
    By ptkdave in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-31-2014, 04:25 PM
  6. Assistance required with design of code to define scrollbars .Max value
    By Sc0tt1e in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-08-2014, 10:57 AM
  7. [SOLVED] Define categories
    By puffyboy in forum Excel General
    Replies: 4
    Last Post: 11-14-2013, 05:56 AM

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