+ Reply to Thread
Results 1 to 4 of 4

Complicated Lookup for when an invoice was paid in a statment

  1. #1
    Forum Contributor
    Join Date
    10-30-2010
    Location
    Kansas, USA
    MS-Off Ver
    Excel 2010
    Posts
    100

    Question Complicated Lookup for when an invoice was paid in a statment

    I have a list of entries by row of Invoices and Payments. Each entry has a date and I need to figure out how long it took before each invoice got paid in full. Looks kinda like this: _

    DATE..........TYPE.............AMT...............PMT.............BALANCE
    9/18............INVOICE........339.00...................................339.00
    9/20............INVOICE........103.16...................................442.16
    10/6............INVOICE..........28.00...................................470.16
    10/6............PAYMENT............................200.00.............270.16
    10/8............INVOICE.........112.24..................................382.40
    10/18...........INVOICE........308.00..................................690.40
    10/26...........PAYMENT...........................300.00............390.40
    10/30...........PAYMENT...........................300.00..............90.40

    Example the 9/18 Invoice got paid in full by 10/26, so it took 38 days.
    But how can I create a formula to do this for every invoice?

    Many thanks in advance.

  2. #2
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Complicated Lookup for when an invoice was paid in a statment

    You could do it like this, needs 2 helper columns!
    Attached Files Attached Files
    Regards
    Darren

    Update 12-Nov-2010 Still job hunting!

    If you are happy with the results, please add to our reputation by clicking the blue scales icon in the blue bar of the post.

    Learn something new each day, Embrace change do not fear it, evolve and do not become extinct!


  3. #3
    Forum Contributor
    Join Date
    10-30-2010
    Location
    Kansas, USA
    MS-Off Ver
    Excel 2010
    Posts
    100

    Re: Complicated Lookup for when an invoice was paid in a statment

    Hey that works brilliantly. I appreciate it man.

    Thanks

  4. #4
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Complicated Lookup for when an invoice was paid in a statment

    you may want to check for invoice

    =if(B2="Invoice",original formula,"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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