GeorgeBryant
New Member
- Joined
- Sep 25, 2013
- Messages
- 10
I am exporting a table of results from Quickbase that contains several date fields. When I open the csv file, I see that some dates come in as text and others as dates. The only pattern I can see is that dates where the 'day' is less than 13 seem to come in as dates and those greater than 12 are coming in as text (see below) I tried using the "DateValue" function but I get a "#VALUE! error. I even tried breaking up the test into chunks with the LEFT function, but since the data is mixed between text and dates, this doesn't always work. I can probably come up with a lengthy 'work around' but I am guessing there is a far more elegant solution out there that is beyond my grasp!! Can one of you Excel Guru's help (I'm not worthy, I'm not worthy!)[TABLE="width: 191"]
<tbody>[TR]
[TD] 05-28-2013
[/TD]
[/TR]
[TR]
[TD]08-23-2013
[/TD]
[/TR]
[TR]
[TD="align: right"]09/11/2013
[/TD]
[/TR]
[TR]
[TD="align: right"]09/12/2013
[/TD]
[/TR]
[TR]
[TD="align: right"]04/12/2013
[/TD]
[/TR]
[TR]
[TD]04-22-2013
[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD] 05-28-2013
[/TD]
[/TR]
[TR]
[TD]08-23-2013
[/TD]
[/TR]
[TR]
[TD="align: right"]09/11/2013
[/TD]
[/TR]
[TR]
[TD="align: right"]09/12/2013
[/TD]
[/TR]
[TR]
[TD="align: right"]04/12/2013
[/TD]
[/TR]
[TR]
[TD]04-22-2013
[/TD]
[/TR]
</tbody>[/TABLE]