I have two columns of data with date information - one Double, with year, and another Double, with Month
I have created another column with Month in String format so I have that as well
I've been able to create a combined String column by converting the Year into String and using the expression [Month]+"-"+[String Year]
I cannot figure out how to convert this to a date field using the DateTimeParse formula
Is there another combination of double/string values I should be using? What other conversions do I need to do?
I've read every help page of time/date to no avail!
Thanks!