Hello,
Could someone please assist with this issue. I would like to compare and display the difference between two string columns in two new columns, example:
If I had the following two columns:
| Column1 | Column2 |
Day: 16 Month: November Year: 2018/2019 | Day: 16 Month: November Year: 2019/2020 |
I would like the output to be the following:
| Column1 | Column2 | Difference - Column1 | Difference - Column2 |
Day: 16 Month: November Year: 2018/2019 | Day: 16 Month: November Year: 2019/2020 | 2018/2019 | 2019/2020 |
Is this possible?
Many thanks