+ Reply to Thread
Results 1 to 6 of 6

Finding recurring payments

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    28

    Finding recurring payments

    I have a list of payments made from various accounts and I am looking for a way to identify recurring payments. The difficulty is that there are multiple vendors with the same payment amount so it is not as simple as finding duplicate payment values. What I am looking for is a way to find out if Vendor A has made a $700 payment in multiple months, for example. My data population has the payment, vendor name, and payment date available.

    I have a felling it shouldn't be as difficult as I am making it.

    Thanks,
    John

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Finding recurring payments

    You could do it with a countifs formula, or a pivot table.

    =COUNTIFS("Vendor list","Vendor A","Payment",$700)

    With pivot, Set rows by vendor name, then payment amount. Set values by count of payment amount.

    Does that help?

  3. #3
    Registered User
    Join Date
    04-17-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Finding recurring payments

    Thank you for replying but I tried both of those solutions but neither got me the results I was looking for.

    I think I misstated something in my original question. The $700 was just used as an example. I am looking for something more general to help me find duplicate payments no matter what the amount. More along the lines of has any vendor in my list paid the same amount in more than one month from January to June?

  4. #4
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Finding recurring payments

    As long as you're looking for identical amounts, the pivot table method will work.

    Can you mock up a sample file, no confidential / personal data, to show the layout that you're working with. Add in some expected reuslts to show how you would like the recurring payments to be listed in the sheet.

  5. #5
    Registered User
    Join Date
    04-17-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Finding recurring payments

    I think I solved it. Your pivot table solution got me thinking so i finessed the one I made. I had constructed one similar to the one you suggested except I added Payment Month to Columns. Now I can see if a similar payment has been made in more than one month. Granted I have 110,000 lines of payments to go through so there's going to be some manual labor, but I can pass that on to other people. Haha.

    Thank you so much for your help!!!

  6. #6
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Finding recurring payments

    Something else that just came to mind. Use a copy if the sort order of your data needs to be preserved.

    Sort by vendor name, then transaction value, then use a simple formula in an empty column to check if vendor and transaction in any row is identical to its neighbour.

    Assuming headers in row 1, data starts in row 2. Vendor name in column B, transaction value in column C. Enter this formula into row 2 of an empty column, then fill down and filter the formula column on TRUE.

    It could be done without sorting, but with 110k rows, it would be very slow to process.

+ 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. Replies: 3
    Last Post: 03-08-2018, 08:24 PM
  2. Calculating interest rate with changing payments and baloon payments
    By weirgr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-14-2017, 04:01 PM
  3. [SOLVED] Loan Payment Schedule with Interest-Only Payments & P & I Payments
    By Masscatz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-20-2014, 11:51 AM
  4. Finding most recurring values in a table
    By Wrathchild in forum Excel General
    Replies: 1
    Last Post: 05-13-2009, 01:12 PM
  5. equalized payments with varying time between payments
    By eastwoodsd28 in forum Excel General
    Replies: 6
    Last Post: 08-28-2008, 10:35 AM
  6. Lookup tables: Finding the second recurring value?
    By CJ-22 in forum Excel General
    Replies: 30
    Last Post: 08-11-2005, 04:05 AM
  7. How do I forecast future payments by analyzing past payments?
    By CeeBee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2005, 03:06 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