+ Reply to Thread
Results 1 to 19 of 19

Creating a specific list from large data set

  1. #1
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Creating a specific list from large data set

    Good evening all!

    We collect loan payments for 36 months from customers.


    Column A lists 1000+ customers.

    Column J lists the date we received payment 1 ... Column Q lists the amount we received on payment 1.

    Column R lists the date we received payment 2 ... Column Y lists the amount we received on payment 2.

    Column Z lists the date we received payment 3 ... Column AG lists the amount we received on payment 3.

    This repeats for all 36 payments.


    New customers are loaded in each month, so be aware that Column J, Column R, Column Z (and so on) have dates from 2011 and 2012 and 2013.


    We'd like to create a list of all customers that have not made a payment for the current month as of a certain day (say the 12th). So this month, on January 12th, we'd like to search our data for all customers that don't have a payment listed between January 1st - January 12th.

    Can anyone help with this please?!! Thanks a bunch!!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Creating a specific list from large data set

    Instead of having all those columns, why not just have all data in 1 long list, under 1 set of headings...

    A1=name...J1=date....Q1=amount

    You could then put a table together, showing all names and the latest date a payment was made, along with total payments?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    I guess I'm not following your suggestion.

    On row 1, Customer 0001 pays $100 on 1/1/2014.

    Are you saying that Customer 0001's next payment would be listed on row 1233 as paying $100 on 2/3/2014?

    How many rows deep does Excel allow?? After 10 years, we'd be down 120,000 rows ....

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Creating a specific list from large data set

    Yes, thats exactly what I'm saying - its what excel umm excels at, and 2007 onwards has over 1 million rows. so 120 000 should be no problem

  5. #5
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    OK thanks for verifying. We'll mull that one over. One issue that creates is that we have no visibility on the customer's pay patterns ... currently we can see a given customer's payments going across on a set row....

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Creating a specific list from large data set

    If you have some sample (clean) data to share, I will see what I canput together for you to show you what I mean

  7. #7
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    We see an issue with the long list.

    Currently, our "master" spreadsheet pulls data from each individual customer file. We list the customer once on the "master" and it continues to "auto-fill" as payments are recorded in the customer's file.

    With the "long list," the customer would need to be entered each time along with their payment date and amount. We'd be duplicating efforts ....

    We were thinking there must be a way to search a date range (say 1/1/14 - 1/12/14) and if a payment was made, move to the next customer ... otherwise, add the customer to a list.

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Creating a specific list from large data set

    There is alomost always a way I was just seeing if we could take the easy way 1st. If not, lets see what other options we can come up with

    I would still need to see a sample of what you are working with though

  9. #9
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    OK, we attached a simplified cut up version of our spreadsheet. Maybe this will help to understand our need.

    Again, we're looking for a way (without Code) to create a list of Customers each month that have not made a payment in a specific range of dates.

    Using the spreadsheet example we attached, let's assume it's DEC 12, 2013 ... we want a list of the Customer Names that have not made a payment between DEC 1 - DEC 12. The answer should be Customer 2 and Customer 3.

    Thank you!
    Attached Files Attached Files

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Creating a specific list from large data set

    Your file is password protected

  11. #11
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    I'm so sorry!

    Unlocked file is attached.

    Thank you for helping!!

  12. #12
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Creating a specific list from large data set

    Here is a basic vertical arrangement of your data. Some of the columns I just didn't get the purpose of but this is a "start" showing what can be done. The Main worksheet has a filter so that you can pull the complete record of any customer at will as well as other data as required. The Pivot Report Shows the data for each customer summarized.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  13. #13
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Creating a specific list from large data set

    Let me know if this works for you!
    Attached Files Attached Files

  14. #14
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    That is an awesome set up! We played with it for a short period of time and it looks like it will accomplish what we're looking for.

    Thank you very much for your time and efforts!!!!

  15. #15
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    Your solution is simple ... wow ... thank you for your help. We're going to use your solution and the one from Ron above to come up with our new system.

    You all are awesome! Can't thank you enough!!!

  16. #16
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Creating a specific list from large data set

    Xx7,

    One question please on your formula for selecting last payment. Is there significance with the 35000 and 45000? Or did you simply choose a large spread on the two ends of the date search? Just curious. We're still learning Excel!!

    Thx!

  17. #17
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Creating a specific list from large data set

    Thanks for the feedback and good luck with your project

  18. #18
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Creating a specific list from large data set

    Quote Originally Posted by InterstateRentals View Post
    Xx7,

    One question please on your formula for selecting last payment. Is there significance with the 35000 and 45000? Or did you simply choose a large spread on the two ends of the date search? Just curious. We're still learning Excel!!

    Thx!
    Those are dates that correspond to "Oct 28/1995" to "Mar 15/2023"

    Since I'm using the Max formula.. it is looking for the LARGEST value in that row. I'm assuming you won't have any monthly payments as large as $35,000 each?? If you do, then you may have to use a different formula, because it could pick up the payment dollar amount as opposed to the date.


    For example type 40000 into a cell and convert to date format. This equals July 6/2009. Dates are really numeric values in cells.

  19. #19
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Creating a specific list from large data set

    If you do have a problem with regular values being picked up, try using DATE(1995,10,28) and DATE(2023,3,15 instead of the numbers

+ 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. Creating a list from a large set of data
    By oldraper in forum Excel General
    Replies: 1
    Last Post: 12-03-2013, 10:24 AM
  2. Help Creating a List from a large data base with repeating information
    By KelliB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-17-2013, 04:09 PM
  3. [SOLVED] Selecting specific data out of a large list
    By colourxpalette in forum Excel General
    Replies: 3
    Last Post: 05-24-2012, 05:05 PM
  4. Creating a list from a large table
    By davidmarlow in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-23-2009, 05:37 AM
  5. Question in creating columns from a large list
    By rdubya in forum Excel General
    Replies: 1
    Last Post: 08-23-2007, 03:10 AM

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