Hi,
Is it possible to merge two different date fields into one?
I want to merge the Project_startdate and Project_upgradedate as one field. Below is an example:
Project_startDate | Project_upgradedate | Projects |
10/14/2020 | 10/14/2020 | 34 |
10/15/2020 | 10/20/2020 | 50 |
10/16/2020 | | 60 |
10/17/2020 | | 50 |
10/18/2020 | | 50 |
10/19/2020 | | 50 |

Thanks in advance