I want to calculate the ages of the people in a data set.
Unfortunately, their birth dates are plain text values, "1 August 2000".
I've tried a bunch of things, but can't work it out. I want to convert the values from "1 August 2000" to its numerical equivalent, like "1/8/2000".
So that I can use that to calculate the age based on this birth date (I tried doing it with the text value I have, using TRUNC(YEARFRAC but ofc since it's basically plain text it doesn't return any value).
The extra challenge I have is that I work with English languaged excel, and the months are in Dutch (so augustus instead of august), which probably adds another layer of complexity :')
Anyone have any good ideas?
Unfortunately, their birth dates are plain text values, "1 August 2000".
I've tried a bunch of things, but can't work it out. I want to convert the values from "1 August 2000" to its numerical equivalent, like "1/8/2000".
So that I can use that to calculate the age based on this birth date (I tried doing it with the text value I have, using TRUNC(YEARFRAC but ofc since it's basically plain text it doesn't return any value).
The extra challenge I have is that I work with English languaged excel, and the months are in Dutch (so augustus instead of august), which probably adds another layer of complexity :')
Anyone have any good ideas?