Hi Team,
How to find max date and min date from a Range. data is in text format.
Expected output is in Column D.
Below is a Data with output.
Thanks
mg
How to find max date and min date from a Range. data is in text format.
Expected output is in Column D.
Below is a Data with output.
Book6 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Date | |||||
2 | 01/02/18 | MinDate | 01/02/18 | |||
3 | 02/05/18 | MaxDate | 08/04/20 | |||
4 | 03/28/18 | |||||
5 | 08/04/20 | |||||
6 | 05/26/20 | |||||
7 | 06/13/20 | |||||
Sheet1 |
Thanks
mg