Date problems when exporting from Quickbase

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]
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Try this:
Select the range or column you need to change.

Go to menu - DATA
-Text to Columns
-Next
-Next
Then choose DATE
-Finish
 
Upvote 0
Try this:
Select the range or column you need to change.

Go to menu - DATA
-Text to Columns
-Next
-Next
Then choose DATE
-Finish

Thanks - I actually found the 'source' of the issue. Quickbase is set for the US format for dates (day-month-year) and my computer was set for Canadian (month-day-year); for some reason, this caused a mismatch of dates being accepted (that's why records with a day greater than 12 were coming in as text). Very odd and very frustrating but by changing my laptop to the US format I am able to work with the data. Thanks again for your help!
 
Upvote 0

Forum statistics

Threads
1,225,626
Messages
6,186,096
Members
453,337
Latest member
fiaz ahmad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top