Forum Discussion
Anonymous
8 years agoNot applicable
Not able to convert to date format
Hello experts: I am trying to merge 3 columns in one converting the final result into date format. 1) Merging the columns: StartDate=[Start date.2.2]/[Start date.2.1]/[Start date.2.3] 2) Conver...
- Anonymous8 years ago
Thanks erik_tarnvik! Much appreciate it!!
erik_tarnvik
Solution Specialist
8 years agoOr if you want the column to conatin an actual date rather than a text string representing a date, try
= #date([Start date.2.3],[Start date 2.1],[Start date 2.2])
Anonymous
8 years agoNot applicable
Thanks erik_tarnvik! Much appreciate it!!