I have tried to use the following formula to find the maximum date in format mmm-yyyy that is in Col E on sheert 'Data"
I use formatting in Col E as dd/mm/yyyy
It would be appreciated if someone could assist me
I use formatting in Col E as dd/mm/yyyy
Book1 | ||||
---|---|---|---|---|
C | D | |||
1 | Jan-1900 | |||
Summary |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C1 | =TEXT(MAX(Data!E:E),"mmm-yyyy") |
Book1 | |||
---|---|---|---|
E | |||
2 | 31/10/2016 | ||
3 | 31/10/2016 | ||
4 | 30/11/2016 | ||
5 | 30/11/2016 | ||
6 | 31/12/2016 | ||
7 | 31/12/2016 | ||
8 | 31/01/2017 | ||
9 | 31/01/2017 | ||
Data |
It would be appreciated if someone could assist me