+ Reply to Thread
Results 1 to 5 of 5

Allocate payment in respective month Project wise

  1. #1
    Registered User
    Join Date
    03-16-2020
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    10

    Allocate payment in respective month Project wise

    Hi expert,

    i have two sheets 1) Invoice 2) Payment

    1) Invoice

    I have 3 Project (B), every project has 4 milestone (G) which have separate credit days (F) and due date (H),

    2) Payment

    Payment sheet has details for which project (B) for which milestone (C) the payment received (E) and when received (F).

    now in Invoice Sheet i want to allocate this payment to particular month to particulate project and milestone.
    for example we got payment of 10 against project_1 towards Supply, so this payment should add in March-21 Month in project_1 in Supply line.
    you can refer attached excel, and if I change the date or add new payment then it should be allocate accordingly.
    we will also add new invoice as well.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,266

    Re: Allocate payment in respective month Project wise

    Welcome to the forum.

    Try in K4 and copy across and down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Good luck!

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,894

    Re: Allocate payment in respective month Project wise

    If you are going to span years, the only thing I would add to the above is to check the year as well, like:

    =IFERROR(SUMPRODUCT((Payment!$A$4:$A$100=Invoice!$A4)*(MONTH(Payment!$F$4:$F$100)=MONTH(Invoice!M$3))*(YEAR(Payment!$F$4:$F$100)=YEAR(Invoice!M$3))*(Payment!$E$4:$E$100)),"")

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,487

    Re: Allocate payment in respective month Project wise

    You may need to clear out all helper column (yellow collour) with this:

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Quang PT

  5. #5
    Registered User
    Join Date
    03-16-2020
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    10

    Re: Allocate payment in respective month Project wise

    i made small changes, link correction.
    but now I got what I want, thanks to all.

    =IFERROR(SUMPRODUCT((Payment!$A$4:$A$100=Invoice!$A4)*(MONTH(Payment!$F$4:$F$100)=MONTH(Invoice!K$3))*(YEAR(Payment!$F$4:$F$100)=YEAR(Invoice!K$3))*(Payment!$E$4:$E$100)),"")

+ 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: 1
    Last Post: 05-21-2019, 10:27 AM
  2. [SOLVED] calculate the duration Month wise ( total days in to period wise )
    By abuharvey in forum Excel General
    Replies: 4
    Last Post: 10-16-2018, 07:33 AM
  3. [SOLVED] Using formulas show the ranking wise top products qty month and status wise
    By Chinnavenky in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-30-2016, 02:01 AM
  4. sum by month wise and staff wise horizontal and vertical
    By cjjimmy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-27-2014, 04:07 AM
  5. Allocate the work to respective sheet name
    By prabhuduraraj09 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-08-2013, 03:41 AM
  6. Plot data month-wise and month-wise
    By modest_16081982 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 10-08-2008, 04:44 AM
  7. Posting Of Date Wise Records To Respective Sheet
    By leo73pk in forum Excel General
    Replies: 1
    Last Post: 03-27-2007, 10:11 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