InvoicingNoob
New Member
- Joined
- Nov 6, 2024
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
Hello,
I have tons of data that looks like this:
What I wanted to achieve is to get the payment date for each of the invoices. In the example, the invoices dated 10/1 and 9/1 were paid 11/1. Invoice dated 7/1 were paid 8/1. and so on.
Is there a way to have the formula triggered based on the Type? so, if it's payments, it will get the payment date of the row above. See sample of what I wanted to accomplish:
I have tons of data that looks like this:
Date | Type | Amount |
11/1/2024 | Payment | 2500 |
10/1/2024 | Invoice | 1500 |
9/1/2024 | Invoice | 1000 |
8/1/2024 | Payment | 3500 |
7/1/2024 | Invoice | 3500 |
6/1/2024 | Payment | 2500 |
5/1/2024 | Invoice | 1000 |
4/1/2024 | Invoice | 1000 |
3/1/2024 | Invoice | 500 |
What I wanted to achieve is to get the payment date for each of the invoices. In the example, the invoices dated 10/1 and 9/1 were paid 11/1. Invoice dated 7/1 were paid 8/1. and so on.
Is there a way to have the formula triggered based on the Type? so, if it's payments, it will get the payment date of the row above. See sample of what I wanted to accomplish:
Date | Type | Amount | Payment Date |
11/1/2024 | Payment | 2500 | - |
10/1/2024 | Invoice | 1500 | 11/1/2024 |
9/1/2024 | Invoice | 1000 | 11/1/2024 |
8/1/2024 | Payment | 3500 | |
7/1/2024 | Invoice | 3500 | 8/1/2024 |
6/1/2024 | Payment | 2500 | |
5/1/2024 | Invoice | 1000 | 6/1/2024 |
4/1/2024 | Invoice | 1000 | 6/1/2024 |
3/1/2024 | Invoice | 500 | 6/1/2024 |