I have column Date where some cells have one date, some two or more.
From multiple dates in one cell of the Date column I want to extract minimum date or if it one date then retain the date.
Could someone please help me. Below is the sample.
I have column Date where some cells have one date, some two or more.
From multiple dates in one cell of the Date column I want to extract minimum date or if it one date then retain the date.
Could someone please help me. Below is the sample.
1条答案
按热度按时间koaltpgm1#
You could try to use STRING_SPLIT function
See demo here .