Miguelluis
New Member
- Joined
- Jan 29, 2013
- Messages
- 45
Hi,
I'm trying to find a formula that works with older versions of excel (not MAXIFS) to look up the client name in G3 the current month in H2 and give me the highest value in H3 for john in January 2019. I can make this work with a MAXIFS [=MAXIFS('12MonthInstitutionalTrading'!H:H,'12MonthInstitutionalTrading'!C:C,TradingTable!A3,'12MonthInstitutionalTrading'!G:G,FrontSheet!$A$3)] but can't find an alternative that will work with older versions of excel!
Can any one help???
I'm trying to find a formula that works with older versions of excel (not MAXIFS) to look up the client name in G3 the current month in H2 and give me the highest value in H3 for john in January 2019. I can make this work with a MAXIFS [=MAXIFS('12MonthInstitutionalTrading'!H:H,'12MonthInstitutionalTrading'!C:C,TradingTable!A3,'12MonthInstitutionalTrading'!G:G,FrontSheet!$A$3)] but can't find an alternative that will work with older versions of excel!
Can any one help???
A | B | C | D | E | F | G | |
1 | Client | TRANSACTION_DATE | TRANS_MONTH | Value | Current Month | January 2019 | |
2 | John | 21/05/2019 | May 2019 | £150,000,000.00 | John | Max value | |
3 | John | 24/05/2019 | May 2019 | £30,000,000.00 | Ben | Max value | |
4 | John | 27/05/2019 | May 2019 | £30,000,000.00 | |||
5 | John | 27/05/2019 | May 2019 | £30,000,000.00 | |||
6 | John | 28/05/2019 | May 2019 | £30,000,000.00 | |||
7 | John | 18/12/2019 | December 2019 | £20,000,000.00 | |||
8 | Ben | 21/05/2019 | May 2019 | £7,067.00 | |||
9 | Ben | 09/08/2019 | August 2019 | £5,280.00 | |||
10 | Ben | 05/09/2019 | September 2019 | £376,490.00 | |||
11 | Ben | 05/09/2019 | September 2019 | £376,490.00 | |||
12 | Ben | 05/09/2019 | September 2019 | £376,490.00 | |||
13 | Ben | 10/09/2019 | September 2019 | £87,260.00 | |||
14 | Chris | 09/01/2019 | January 2019 | £227,391.00 | |||
15 | Chris | 11/01/2019 | January 2019 | £364,741.00 | |||
16 | Chris | 02/01/2019 | January 2019 | £685,200.00 | |||
17 | Chris | 03/01/2019 | January 2019 | £118,508.00 | |||
18 | Chris | 04/01/2019 | January 2019 | £94,968.00 | |||
19 | Chris | 07/01/2019 | January 2019 | £111,120.00 | |||
20 | Chris | 08/01/2019 | January 2019 | £855,249.00 | |||
21 | Chris | 10/01/2019 | January 2019 | £154,700.00 | |||
22 | John C | 15/01/2019 | January 2019 | £225,150.00 | |||
23 | John C | 14/01/2019 | January 2019 | £62,552.00 | |||
24 | John C | 16/01/2019 | January 2019 | £89,141.00 | |||
25 | John C | 08/03/2019 | March 2019 | £187,854.00 | |||
26 | Sarah | 18/03/2019 | March 2019 | £175,082.00 | |||
27 | Sarah | 21/03/2019 | March 2019 | £259,197.00 | |||
28 | Sarah | 21/05/2019 | May 2019 | £168,598.00 | |||
29 | Sarah | 17/01/2019 | January 2019 | £368,363.00 |