Hi,
The data in the EXCEL is like:
| Maturity |
| 23 |
| 1905-04-14 |
| 350 |
| 1906-09-19 |
when I import the data into Alteryx, it reads as string. How can I convert the numbers 23 and 350 to dates 01/23/1900 and 12/15/1900 and reformat the date 1905-04-14 and 1906-09-19 to 04/14/1905 and 09/19/1906? I tried the formula ToDate, or to change the data type in Select, neither worked.