Hi all,
I am looking for some help with the below table today. This is sample data that represents some real data that I have. The dollar amounts represent payments that have been made and $0 amounts indicate that no payment was made. What I want to do is be able to find the date of the last payment made for each of the people. So for example, Ted would be 1-Aug-21, Fred would be 1-Oct-21, Buddy would be 1-Jul-21 and so on...
Would appreciate any help with this, thank you!
I am looking for some help with the below table today. This is sample data that represents some real data that I have. The dollar amounts represent payments that have been made and $0 amounts indicate that no payment was made. What I want to do is be able to find the date of the last payment made for each of the people. So for example, Ted would be 1-Aug-21, Fred would be 1-Oct-21, Buddy would be 1-Jul-21 and so on...
Would appreciate any help with this, thank you!
1-May-21 | 1-Jun-21 | 1-Jul-21 | 1-Aug-21 | 1-Sep-21 | 1-Oct-21 | 1-Nov-21 | |
Ted | $50.00 | $0.00 | $0.00 | $50.00 | $0.00 | $0.00 | $0.00 |
Fred | $24.00 | $0.00 | $0.00 | $0.00 | $0.00 | $24.00 | $0.00 |
Buddy | $36.00 | $36.00 | $36.00 | $36.00 | $0.00 | $0.00 | $0.00 |
Joe | $78.00 | $78.00 | $78.00 | $78.00 | $78.00 | $78.00 | $78.00 |
Jeff | $100.00 | $0.00 | $0.00 | $0.00 | $0.00 | $0.00 | $0.00 |
John | $200.00 | $0.00 | $100.00 | $150.00 | $200.00 | $0.00 | $0.00 |