Excelmania21
New Member
- Joined
- Jun 29, 2024
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
Client Month Amount
A November 1234
B November 345
A september 34
A November 456
B December 765
B November 766
A November 988
C January 544
Like this I have 4000 rows, I want to find out which client has max billing amount for november month, considering there are multiple billing amount in that month for that client and there are over 40 clients in the database
I have tried this formula but its not working:
=INDEX(A:A, MATCH(MAXIFS(C:C, B:B, "November"), SUMIFS(C:C, A:A, A:A, B:B, "November"), 0))
A November 1234
B November 345
A september 34
A November 456
B December 765
B November 766
A November 988
C January 544
Like this I have 4000 rows, I want to find out which client has max billing amount for november month, considering there are multiple billing amount in that month for that client and there are over 40 clients in the database
I have tried this formula but its not working:
=INDEX(A:A, MATCH(MAXIFS(C:C, B:B, "November"), SUMIFS(C:C, A:A, A:A, B:B, "November"), 0))