I have a huge table in this format below that makes VLOOK up etc not possible. I would like to get from every month the highest value from the small sample like below.
2-2018 2-2018 2-2018 3-2018 3-2018 3-2018 3-2018 3-2018 3-2018
7 7 8 7 8 9 7 7 9
On an other slide I can the create a sheet were I then need to find back the month and correlate it to the table were it then find the highest value for that month:
A B
2-2018 = 8
3-2018 = 9
I want to know the MAX per month and have been working with MAX, INDEX and MATCH, but cannot get it to work.