Forum Discussion
Jo-AnnDP
Aug 11, 2022Copper Contributor
date calculation issues
trying to get the "years" between birth date and today i've changed the colum (birth date) to custom dd-mmmm-yy but it stays as is 07.08.22 - which makes my formula #VALUE when i manually cha...
- Aug 11, 2022
Jo-AnnDP That's because the date columns contain texts. Your system doesn't recognize dates with the dot between the day, month and year.
Select the Birthdate column. On the Data ribbon select Text to Columns. Advance to step 3 without changing anything.
In Step 3 set the column type to Date and select DMY. Press Finish. That should transform the "dates with dots" to valid dates for your system settings.