Sorry if this is a silly/stupid question, but I was curious how to do this.
I am trying to check dates in an excel column to get usage statistics, and the date is formatted like MM/DD/YY. I would like to pull this out as a string, and separate this into 3 variables for month, day, and year to be able to do some basic calculations on.
Is there an easy way to do this?
Thanks