+ Reply to Thread
Results 1 to 8 of 8

How to use FIFO method in payments received from customers?

  1. #1
    Registered User
    Join Date
    12-03-2022
    Location
    India
    MS-Off Ver
    Version 10
    Posts
    4

    How to use FIFO method in payments received from customers?

    How to use the FIFO concept in maintaining the payments received from the customers?

    In case if there are 4 line items for an invoice and the customer pays money for it partially. I need to assign the partially paid amount line item wise.

    For example, 4 line items costs $500 each (Total $2,000). The customer pays $1,250 (Balance= $750).

    I have a column named "Amount due". In this column, the first and second line items has to be marked $0 since the amount paid is greater than the individual line item. And the third line item has to be $250 and the forth has to be $500.

    Please look at the attached image for reference. The last column "Amount Sue" has to be automatically calculated.

    How to achieve this? Please help me.
    Attached Images Attached Images

  2. #2
    Spammer
    Join Date
    10-23-2012
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2003, Office 365
    Posts
    1,237

    Re: How to use FIFO method in payments received from customers?

    1. So different customers can have he same invoice number? I bet your accounting department love you!

    2. If there is a payment made, is that to go against the invoice or the customer?
    eg. If customer Kelly has invoices 1 and 2 and a payment is entered against invoice 2, does it pay off Invoice 1 first if there is an outstanding amount on it?

    3. This will require VBA, are you happy with that?

    4. Are the transactions always in date order? Do you want to pay off in date order or the order on the worksheet?

    So many questions here, and no attached workbook (see yellow banner).

  3. #3
    Registered User
    Join Date
    12-03-2022
    Location
    India
    MS-Off Ver
    Version 10
    Posts
    4

    Re: How to use FIFO method in payments received from customers?

    Hi Croweater. Please understand it this way.

    1- No. For the same accounting year, different customers cannot have the same invoice number. I am working for a small company for which I manage the data. Our accounting system / software automatically generates the numbers from 1 to n. For each transaction the invoice number is auto-incremented. Once the accounting year is completed it is reset to 1 again. I hope this point is clear to you.

    2- Payments are adjusted against respective customers who pays. We know which customer is paying. And it is adjusted against whichever invoice is older corresponding to that customer. Let us look at the below example.

    Kelly has:
    Invoice 1 dated 1-Jan-2020 with the total invoice value of $1,500 (Line item 1)
    Invoice 1 dated 1-Jan-2020 with the total invoice value of $2,500 (Line item 2)
    Invoice 2 dated 15-May-2020 with the total invoice value of $5,000 (Only one line item for this invoice)

    She made payment of $2,000. It will be adjusted against the oldest invoice which is due. In this case Invoice 1's 1st line item will be updated as fully paid. Remaining $500 will be adjusted in 2nd line item and will be marked partially paid. The due will be $2,000 for that particular invoice (i.e Invoice 1).

    3- No I am not looking for VBA. I am looking for some simple formula that can be incorporated.

    4- This is explained in point 2.

    Please help me with the solution. Attached the workbook with this message.

    Thanks!!
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: How to use FIFO method in payments received from customers?

    Your example does not show the"Payments Received" data which is to matched against "Sales": I assume it is based on Customer Name AND Invoice number (and Date?).
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Registered User
    Join Date
    12-03-2022
    Location
    India
    MS-Off Ver
    Version 10
    Posts
    4

    Re: How to use FIFO method in payments received from customers?

    Hi John Topley. I am not getting your point!

    Please note. Payments received data will be manually entered and it is mentioned in the column "Payments received".
    But it is grouped according to the invoice number. Please refer to image / workbook.

    For Accounting year 2021 - Invoice no 1, the payment received is $11,220. This piece of information will be manually updated in my data.
    If Invoice no 1 has 4 line items, then whatever the payment I received from Alex will be entered in the 4th line item.

    But then, the "Amount Due" column must be automated. That is my problem statement.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: How to use FIFO method in payments received from customers?

    "Amount Due"

    in N5

    =SUMIFS($L$5:L5,$F$5:F5,F5,$D$5:D5,D5)-SUMIFS($M$5:M5,$F$5:F5,F5,$D$5:D5,D5)
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-03-2022
    Location
    India
    MS-Off Ver
    Version 10
    Posts
    4

    Re: How to use FIFO method in payments received from customers?

    Hi John Topley. This is not working. I have already tried this. Also the desired outcome is not as shown in the image & workbook that I have attached. Thank you for taking time and replying my post. If you find the solution, please let me know.

  8. #8
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: How to use FIFO method in payments received from customers?

    Please Login or Register  to view this content.
    Or try

    in N2

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by JohnTopley; 12-04-2022 at 01:42 PM.

+ 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. [SOLVED] Calculate total payments received during a month
    By FRANKinATLANTA in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2018, 09:43 AM
  2. [SOLVED] Sum payments based on payment received range, count payments based on ID and package
    By STINSON in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-09-2016, 12:02 PM
  3. [SOLVED] Apply fifo when i am making payments to my vendors
    By rishabhmehtam in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-22-2015, 11:28 AM
  4. FIFO Method
    By jenna_max in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-18-2015, 04:41 AM
  5. Posting Maltiple Payments to Multiple Invoices – FIFO Method
    By amardas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-17-2013, 12:40 AM
  6. fifo method
    By soniasingh in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-03-2012, 01:18 PM
  7. FIFO Method-Production
    By ab1593577891 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-03-2009, 07:34 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