Hi there,
I am trying to format data for a project that has thousands of clients that are each billed separately for each product every month.
What I am trying to do is make it so that column D shows the total billed (Column B) for client (Column A) during the month/year but only in the row when the client first appears in that month. This way, the sum of Col B and Col D would be equal.
Is this possible?
Here is an example of the desired result:
I am trying to format data for a project that has thousands of clients that are each billed separately for each product every month.
What I am trying to do is make it so that column D shows the total billed (Column B) for client (Column A) during the month/year but only in the row when the client first appears in that month. This way, the sum of Col B and Col D would be equal.
Is this possible?
Here is an example of the desired result:
Client | Amount | Month/Year | Desired Result |
A | 599 | 5/2020 | 848 |
B | 499 | 5/2020 | 957 |
C | 649 | 5/2020 | 1218 |
D | 449 | 5/2020 | 449 |
A | 249 | 5/2020 | |
C | 569 | 5/2020 | |
B | 458 | 5/2020 | |
A | 124 | 6/2021 | 587 |
D | 555 | 6/2021 | 1187 |
D | 632 | 6/2021 | |
A | 463 | 6/2021 | |
B | 444 | 6/2021 | 444 |