Hi all,
I have a long list of project numbers that all have different project end dates. I need to look at each project and gather the total amount of charges that fall beyond that project's specific end date. I can do this individually with a BI system but I'm hoping there's a way to simply dump all charges for all projects into Sheet 2, then have my main sheet look up the project number and go grab all charges related to that specific project number that fall outside of that project number's end date. So the Charges Past End Date cell for Project Number 022046.00 on Sheet 1 would go out and gather all Expenditures for Project Number 022046.00 that fall after the Project End Date of 9/24/2020.
I've been toying with Sumif but I'm assuming I need to have a VLookup stuffed in there to specifically look for the project number in question, but I can't seem to get anything to work.
Any insight you all might have would be appreciated!
Shown below is what I have:
Sheet 1:
Sheet 2:
I have a long list of project numbers that all have different project end dates. I need to look at each project and gather the total amount of charges that fall beyond that project's specific end date. I can do this individually with a BI system but I'm hoping there's a way to simply dump all charges for all projects into Sheet 2, then have my main sheet look up the project number and go grab all charges related to that specific project number that fall outside of that project number's end date. So the Charges Past End Date cell for Project Number 022046.00 on Sheet 1 would go out and gather all Expenditures for Project Number 022046.00 that fall after the Project End Date of 9/24/2020.
I've been toying with Sumif but I'm assuming I need to have a VLookup stuffed in there to specifically look for the project number in question, but I can't seem to get anything to work.
Any insight you all might have would be appreciated!
Shown below is what I have:
Sheet 1:
Project Number | Project End Date | Charges Past End Date |
022046.00 | 9/24/2020 | ??? |
023011.00 | 10/31/2020 | ??? |
023068.00 | 10/31/2020 | ??? |
022022.00 | 12/31/2020 | ??? |
Sheet 2:
Project Number | Expenditures | Transaction Date |
022046.00 | 200 | 8/1/2020 |
023068.00 | 1200 | 11/5/2020 |
023011.00 | 40 | 11/5/2020 |
022022.00 | 100 | 10/1/2020 |
022046.00 | 100 | 8/31/2020 |
022046.00 | 85 | 12/31/2020 |
023011.00 | 900 | 1/1/2021 |
023068.00 | 750 | 1/1/2021 |